#29041F

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

Shades of Blackberry #29041F

Tints of Blackberry #29041F

Color information

#29041F (or 0x29041F) is unknown color: approx Blackberry. HEX triplet: 29, 04 and 1F. RGB value is (41,4,31). Sum of RGB (Red+Green+Blue) = 41+4+31=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #29041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29041F is #D6FBE0. Grayscale: #121212. Windows color (decimal): -14089185 or 2032681. OLE color: 2032681.

HSL color Cylindrical-coordinate representation of color #29041F: hue angle of 316.22º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29041F is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB41431-
CMYK00.900.240.84
HSL316.22º82.22%8.82%-
HSV(B)316.22º90.24%16.08%-
XYZ1.210.661.36-
YUV18.14135.26144.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.95%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 31 (12.5% from 255) = 40.79%
R=53.95%
G=5.26%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4143100.900.240.84316.2282.228.82
Hex2941F05A185413c529
Octal5143701323012447412211
Binary101001100111110101101011000101010010011110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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