#29021C

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

Shades of Blackberry #29021C

Tints of Blackberry #29021C

Color information

#29021C (or 0x29021C) is unknown color: approx Blackberry. HEX triplet: 29, 02 and 1C. RGB value is (41,2,28). Sum of RGB (Red+Green+Blue) = 41+2+28=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #29021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29021C is #D6FDE3. Grayscale: #101010. Windows color (decimal): -14089700 or 1835561. OLE color: 1835561.

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

Color convert

RGB41228-
CMYK00.950.320.84
HSL320º90.7%8.43%-
HSV(B)320º95.12%16.08%-
XYZ1.150.61.15-
YUV16.62134.42145.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 57.75%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 28 (11.33% from 255) = 39.44%
R=57.75%
G=2.82%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4122800.950.320.8432090.78.43
Hex2921C05F20541405b8
Octal5123401374012450013310
Binary101001101110001011111100000101010010100000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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