#29051B

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

Shades of Blackberry #29051B

Tints of Blackberry #29051B

Color information

#29051B (or 0x29051B) is unknown color: approx Blackberry. HEX triplet: 29, 05 and 1B. RGB value is (41,5,27). Sum of RGB (Red+Green+Blue) = 41+5+27=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #29051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29051B is #D6FAE4. Grayscale: #121212. Windows color (decimal): -14088933 or 1770793. OLE color: 1770793.

HSL color Cylindrical-coordinate representation of color #29051B: hue angle of 323.33º 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 #29051B is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB41527-
CMYK00.880.340.84
HSL323.33º78.26%9.02%-
HSV(B)323.33º87.8%16.08%-
XYZ1.170.661.1-
YUV18.27132.93144.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.16%
GREEN value IS 5 (2.34% from 255) = 6.85%
BLUE value IS 27 (10.94% from 255) = 36.99%
R=56.16%
G=6.85%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4152700.880.340.84323.3378.269.02
Hex2951B05822541434e9
Octal5153301304212450311611
Binary1010011011101101011000100010101010010100001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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