#29051C

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

Shades of Blackberry #29051C

Tints of Blackberry #29051C

Color information

#29051C (or 0x29051C) is unknown color: approx Blackberry. HEX triplet: 29, 05 and 1C. RGB value is (41,5,28). Sum of RGB (Red+Green+Blue) = 41+5+28=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29051C is #D6FAE3. Grayscale: #121212. Windows color (decimal): -14088932 or 1836329. OLE color: 1836329.

HSL color Cylindrical-coordinate representation of color #29051C: hue angle of 321.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29051C is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB41528-
CMYK00.880.320.84
HSL321.67º78.26%9.02%-
HSV(B)321.67º87.8%16.08%-
XYZ1.180.661.16-
YUV18.39133.43144.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 55.41%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 28 (11.33% from 255) = 37.84%
R=55.41%
G=6.76%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4152800.880.320.84321.6778.269.02
Hex2951C05820541424e9
Octal5153401304012450211611
Binary1010011011110001011000100000101010010100001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29051C; }

 p { color: rgb(41,5,28); }

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

<style>
 a { background-color: #29051C; }

 a { background-color: rgb(41,5,28); }

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

<style>
 span { border-color: #29051C; }

 span { border-color: rgb(41,5,28); }

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