#29031E

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

Shades of Blackberry #29031E

Tints of Blackberry #29031E

Color information

#29031E (or 0x29031E) is unknown color: approx Blackberry. HEX triplet: 29, 03 and 1E. RGB value is (41,3,30). Sum of RGB (Red+Green+Blue) = 41+3+30=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29031E is #D6FCE1. Grayscale: #111111. Windows color (decimal): -14089442 or 1966889. OLE color: 1966889.

HSL color Cylindrical-coordinate representation of color #29031E: hue angle of 317.37º 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 #29031E is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB41330-
CMYK00.930.270.84
HSL317.37º86.36%8.63%-
HSV(B)317.37º92.68%16.08%-
XYZ1.180.631.29-
YUV17.44135.09144.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 55.41%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 30 (12.11% from 255) = 40.54%
R=55.41%
G=4.05%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4133000.930.270.84317.3786.368.63
Hex2931E05D1B5413d569
Octal5133601353312447512611
Binary10100111111100101110111011101010010011110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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