#500E29

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

Shades of Blackberry #500E29

Tints of Blackberry #500E29

Color information

#500E29 (or 0x500E29) is unknown color: approx Blackberry. HEX triplet: 50, 0E and 29. RGB value is (80,14,41). Sum of RGB (Red+Green+Blue) = 80+14+41=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #500E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E29 is #AFF1D6. Grayscale: #242424. Windows color (decimal): -11530711 or 2690640. OLE color: 2690640.

HSL color Cylindrical-coordinate representation of color #500E29: hue angle of 335.45º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #500E29 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB801441-
CMYK00.830.490.69
HSL335.45º70.21%18.43%-
HSV(B)335.45º82.5%31.37%-
XYZ3.872.182.31-
YUV36.81130.37158.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 14 (5.86% from 255) = 10.37%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=59.26%
G=10.37%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80144100.830.490.69335.4570.2118.43
Hex50E29053314514f4612
Octal120165101236110551710622
Binary10100001110101001010100111100011000101101001111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500E29; }

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

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

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

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

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

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

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

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