#29011F

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

Shades of Blackberry #29011F

Tints of Blackberry #29011F

Color information

#29011F (or 0x29011F) is unknown color: approx Blackberry. HEX triplet: 29, 01 and 1F. RGB value is (41,1,31). Sum of RGB (Red+Green+Blue) = 41+1+31=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #29011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29011F is #D6FEE0. Grayscale: #101010. Windows color (decimal): -14089953 or 2031913. OLE color: 2031913.

HSL color Cylindrical-coordinate representation of color #29011F: hue angle of 315º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29011F is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB41131-
CMYK00.980.240.84
HSL315º95.24%8.24%-
HSV(B)315º97.56%16.08%-
XYZ1.170.591.35-
YUV16.38136.25145.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.16%
GREEN value IS 1 (0.78% from 255) = 1.37%
BLUE value IS 31 (12.5% from 255) = 42.47%
R=56.16%
G=1.37%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4113100.980.240.8431595.248.24
Hex2911F062185413b5f8
Octal5113701423012447313710
Binary1010011111110110001011000101010010011101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29011F; }

 p { color: rgb(41,1,31); }

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

<style>
 a { background-color: #29011F; }

 a { background-color: rgb(41,1,31); }

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

<style>
 span { border-color: #29011F; }

 span { border-color: rgb(41,1,31); }

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