#500836

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

Shades of Blackberry #500836

Tints of Blackberry #500836

Color information

#500836 (or 0x500836) is unknown color: approx Blackberry. HEX triplet: 50, 08 and 36. RGB value is (80,8,54). Sum of RGB (Red+Green+Blue) = 80+8+54=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #500836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500836 is #AFF7C9. Grayscale: #222222. Windows color (decimal): -11532234 or 3541072. OLE color: 3541072.

HSL color Cylindrical-coordinate representation of color #500836: hue angle of 321.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 #500836 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB80854-
CMYK00.900.330.69
HSL321.67º81.82%17.25%-
HSV(B)321.67º90%31.37%-
XYZ4.062.153.69-
YUV34.77138.85160.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 8 (3.52% from 255) = 5.63%
BLUE value IS 54 (21.48% from 255) = 38.03%
R=56.34%
G=5.63%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8085400.900.330.69321.6781.8217.25
Hex5083605A21451425211
Octal120106601324110550212221
Binary10100001000110110010110101000011000101101000010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500836; }

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

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

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

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

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

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

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

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