#29091D

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

Shades of Blackberry #29091D

Tints of Blackberry #29091D

Color information

#29091D (or 0x29091D) is unknown color: approx Blackberry. HEX triplet: 29, 09 and 1D. RGB value is (41,9,29). Sum of RGB (Red+Green+Blue) = 41+9+29=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #29091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29091D is #D6F6E2. Grayscale: #141414. Windows color (decimal): -14087907 or 1902889. OLE color: 1902889.

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

Color convert

RGB41929-
CMYK00.780.290.84
HSL322.5º64%9.8%-
HSV(B)322.5º78.05%16.08%-
XYZ1.230.761.24-
YUV20.85132.6142.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 9 (3.91% from 255) = 11.39%
BLUE value IS 29 (11.72% from 255) = 36.71%
R=51.90%
G=11.39%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4192900.780.290.84322.5649.8
Hex2991D04E1D5414240a
Octal51113501163512450210012
Binary1010011001111010100111011101101010010100001010000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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