#50082A

Color #50082A Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #50082A

Tints of Blackberry #50082A

Color information

#50082A (or 0x50082A) is unknown color: approx Blackberry. HEX triplet: 50, 08 and 2A. RGB value is (80,8,42). Sum of RGB (Red+Green+Blue) = 80+8+42=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #50082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50082A is #AFF7D5. Grayscale: #212121. Windows color (decimal): -11532246 or 2754640. OLE color: 2754640.

HSL color Cylindrical-coordinate representation of color #50082A: hue angle of 331.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50082A is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB80842-
CMYK00.900.480.69
HSL331.67º81.82%17.25%-
HSV(B)331.67º90%31.37%-
XYZ3.812.052.38-
YUV33.4132.85161.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 61.54%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=61.54%
G=6.15%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8084200.900.480.69331.6781.8217.25
Hex5082A05A304514c5211
Octal120105201326010551412221
Binary10100001000101010010110101100001000101101001100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50082A; }

 p { color: rgb(80,8,42); }

 H1.HeaderClassName
 {
   color: #50082A;
 }
 .AnyTagClassName
 {
   color: #50082A;
 }
</style>
background-color css

<style>
 a { background-color: #50082A; }

 a { background-color: rgb(80,8,42); }

 div.DivClassName
 {
   background-color: #50082A;
 }
 .BgClassName
 {
   background-color: #50082A;
 }
</style>
border-color css

<style>
 span { border-color: #50082A; }

 span { border-color: rgb(80,8,42); }

 td.TdClassName
 {
   border-color: #50082A;
 }
 .TagClassName
 {
   border-color: #50082A;
 }
</style>