#29031F

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

Shades of Blackberry #29031F

Tints of Blackberry #29031F

Color information

#29031F (or 0x29031F) is unknown color: approx Blackberry. HEX triplet: 29, 03 and 1F. RGB value is (41,3,31). Sum of RGB (Red+Green+Blue) = 41+3+31=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #29031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29031F is #D6FCE0. Grayscale: #111111. Windows color (decimal): -14089441 or 2032425. OLE color: 2032425.

HSL color Cylindrical-coordinate representation of color #29031F: hue angle of 315.79º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29031F is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB41331-
CMYK00.930.240.84
HSL315.79º86.36%8.63%-
HSV(B)315.79º92.68%16.08%-
XYZ1.190.641.36-
YUV17.55135.59144.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 54.67%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=54.67%
G=4%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4133100.930.240.84315.7986.368.63
Hex2931F05D185413c569
Octal5133701353012447412611
Binary10100111111110101110111000101010010011110010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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