#29031B

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

Shades of Blackberry #29031B

Tints of Blackberry #29031B

Color information

#29031B (or 0x29031B) is unknown color: approx Blackberry. HEX triplet: 29, 03 and 1B. RGB value is (41,3,27). Sum of RGB (Red+Green+Blue) = 41+3+27=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #29031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29031B is #D6FCE4. Grayscale: #111111. Windows color (decimal): -14089445 or 1770281. OLE color: 1770281.

HSL color Cylindrical-coordinate representation of color #29031B: hue angle of 322.11º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29031B is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB41327-
CMYK00.930.340.84
HSL322.11º86.36%8.63%-
HSV(B)322.11º92.68%16.08%-
XYZ1.140.621.1-
YUV17.1133.59145.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 57.75%
GREEN value IS 3 (1.56% from 255) = 4.23%
BLUE value IS 27 (10.94% from 255) = 38.03%
R=57.75%
G=4.23%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4132700.930.340.84322.1186.368.63
Hex2931B05D2254142569
Octal5133301354212450212611
Binary101001111101101011101100010101010010100001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29031B; }

 p { color: rgb(41,3,27); }

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

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

 a { background-color: rgb(41,3,27); }

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

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

 span { border-color: rgb(41,3,27); }

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