#29101E

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

Shades of Blackberry #29101E

Tints of Blackberry #29101E

Color information

#29101E (or 0x29101E) is unknown color: approx Blackberry. HEX triplet: 29, 10 and 1E. RGB value is (41,16,30). Sum of RGB (Red+Green+Blue) = 41+16+30=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #29101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29101E is #D6EFE1. Grayscale: #191919. Windows color (decimal): -14086114 or 1970217. OLE color: 1970217.

HSL color Cylindrical-coordinate representation of color #29101E: hue angle of 326.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29101E is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB411630-
CMYK00.610.270.84
HSL326.4º43.86%11.18%-
HSV(B)326.4º60.98%16.08%-
XYZ1.330.941.34-
YUV25.07130.78139.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.13%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=47.13%
G=18.39%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41163000.610.270.84326.443.8611.18
Hex29101E03D1B541462cb
Octal512036075331245065413
Binary101001100001111001111011101110101001010001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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