#29081E

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

Shades of Blackberry #29081E

Tints of Blackberry #29081E

Color information

#29081E (or 0x29081E) is unknown color: approx Blackberry. HEX triplet: 29, 08 and 1E. RGB value is (41,8,30). Sum of RGB (Red+Green+Blue) = 41+8+30=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #29081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29081E is #D6F7E1. Grayscale: #141414. Windows color (decimal): -14088162 or 1968169. OLE color: 1968169.

HSL color Cylindrical-coordinate representation of color #29081E: hue angle of 320º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29081E is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB41830-
CMYK00.800.270.84
HSL320º67.35%9.61%-
HSV(B)320º80.49%16.08%-
XYZ1.240.741.31-
YUV20.38133.43142.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=51.90%
G=10.13%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4183000.800.270.8432067.359.61
Hex2981E0501B5414043a
Octal51103601203312450010312
Binary1010011000111100101000011011101010010100000010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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