#29061D

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

Shades of Blackberry #29061D

Tints of Blackberry #29061D

Color information

#29061D (or 0x29061D) is unknown color: approx Blackberry. HEX triplet: 29, 06 and 1D. RGB value is (41,6,29). Sum of RGB (Red+Green+Blue) = 41+6+29=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #29061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29061D is #D6F9E2. Grayscale: #131313. Windows color (decimal): -14088675 or 1902121. OLE color: 1902121.

HSL color Cylindrical-coordinate representation of color #29061D: hue angle of 320.57º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29061D is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB41629-
CMYK00.850.290.84
HSL320.57º74.47%9.22%-
HSV(B)320.57º85.37%16.08%-
XYZ1.20.691.23-
YUV19.09133.6143.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.95%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=53.95%
G=7.89%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4162900.850.290.84320.5774.479.22
Hex2961D0551D541414a9
Octal5163501253512450111211
Binary101001110111010101010111101101010010100000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29061D; }

 p { color: rgb(41,6,29); }

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

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

 a { background-color: rgb(41,6,29); }

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

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

 span { border-color: rgb(41,6,29); }

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