#500829

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

Shades of Blackberry #500829

Tints of Blackberry #500829

Color information

#500829 (or 0x500829) is unknown color: approx Blackberry. HEX triplet: 50, 08 and 29. RGB value is (80,8,41). Sum of RGB (Red+Green+Blue) = 80+8+41=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #500829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500829 is #AFF7D6. Grayscale: #212121. Windows color (decimal): -11532247 or 2689104. OLE color: 2689104.

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

Color convert

RGB80841-
CMYK00.900.490.69
HSL332.5º81.82%17.25%-
HSV(B)332.5º90%31.37%-
XYZ3.82.042.29-
YUV33.29132.35161.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=62.02%
G=6.20%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8084100.900.490.69332.581.8217.25
Hex5082905A314514c5211
Octal120105101326110551412221
Binary10100001000101001010110101100011000101101001100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500829; }

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

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

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

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

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

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

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

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