#29041A

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

Shades of Blackberry #29041A

Tints of Blackberry #29041A

Color information

#29041A (or 0x29041A) is unknown color: approx Blackberry. HEX triplet: 29, 04 and 1A. RGB value is (41,4,26). Sum of RGB (Red+Green+Blue) = 41+4+26=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #29041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29041A is #D6FBE5. Grayscale: #111111. Windows color (decimal): -14089190 or 1705001. OLE color: 1705001.

HSL color Cylindrical-coordinate representation of color #29041A: hue angle of 324.32º 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 #29041A is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB41426-
CMYK00.900.370.84
HSL324.32º82.22%8.82%-
HSV(B)324.32º90.24%16.08%-
XYZ1.140.631.04-
YUV17.57132.76144.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 57.75%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=57.75%
G=5.63%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4142600.900.370.84324.3282.228.82
Hex2941A05A2554144529
Octal5143201324512450412211
Binary1010011001101001011010100101101010010100010010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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