#29011B

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

Shades of Blackberry #29011B

Tints of Blackberry #29011B

Color information

#29011B (or 0x29011B) is unknown color: approx Blackberry. HEX triplet: 29, 01 and 1B. RGB value is (41,1,27). Sum of RGB (Red+Green+Blue) = 41+1+27=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #29011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29011B is #D6FEE4. Grayscale: #0F0F0F. Windows color (decimal): -14089957 or 1769769. OLE color: 1769769.

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

Color convert

RGB41127-
CMYK00.980.340.84
HSL321º95.24%8.24%-
HSV(B)321º97.56%16.08%-
XYZ1.120.571.09-
YUV15.92134.25145.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 59.42%
GREEN value IS 1 (0.78% from 255) = 1.45%
BLUE value IS 27 (10.94% from 255) = 39.13%
R=59.42%
G=1.45%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4112700.980.340.8432195.248.24
Hex2911B06222541415f8
Octal5113301424212450113710
Binary10100111101101100010100010101010010100000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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