#29081D

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

Shades of Blackberry #29081D

Tints of Blackberry #29081D

Color information

#29081D (or 0x29081D) is unknown color: approx Blackberry. HEX triplet: 29, 08 and 1D. RGB value is (41,8,29). Sum of RGB (Red+Green+Blue) = 41+8+29=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #29081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29081D is #D6F7E2. Grayscale: #141414. Windows color (decimal): -14088163 or 1902633. OLE color: 1902633.

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

Color convert

RGB41829-
CMYK00.800.290.84
HSL321.82º67.35%9.61%-
HSV(B)321.82º80.49%16.08%-
XYZ1.220.731.24-
YUV20.26132.93142.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 52.56%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 29 (11.72% from 255) = 37.18%
R=52.56%
G=10.26%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4182900.800.290.84321.8267.359.61
Hex2981D0501D5414243a
Octal51103501203512450210312
Binary1010011000111010101000011101101010010100001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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