#29021F

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

Shades of Blackberry #29021F

Tints of Blackberry #29021F

Color information

#29021F (or 0x29021F) is unknown color: approx Blackberry. HEX triplet: 29, 02 and 1F. RGB value is (41,2,31). Sum of RGB (Red+Green+Blue) = 41+2+31=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29021F is #D6FDE0. Grayscale: #101010. Windows color (decimal): -14089697 or 2032169. OLE color: 2032169.

HSL color Cylindrical-coordinate representation of color #29021F: hue angle of 315.38º 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 #29021F is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB41231-
CMYK00.950.240.84
HSL315.38º90.7%8.43%-
HSV(B)315.38º95.12%16.08%-
XYZ1.180.611.35-
YUV16.97135.92145.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 55.41%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 31 (12.5% from 255) = 41.89%
R=55.41%
G=2.70%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4123100.950.240.84315.3890.78.43
Hex2921F05F185413b5b8
Octal5123701373012447313310
Binary10100110111110101111111000101010010011101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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