#29141E

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

Shades of Blackberry #29141E

Tints of Blackberry #29141E

Color information

#29141E (or 0x29141E) is unknown color: approx Blackberry. HEX triplet: 29, 14 and 1E. RGB value is (41,20,30). Sum of RGB (Red+Green+Blue) = 41+20+30=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #29141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29141E is #D6EBE1. Grayscale: #1B1B1B. Windows color (decimal): -14085090 or 1971241. OLE color: 1971241.

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

Color convert

RGB412030-
CMYK00.510.270.84
HSL331.43º34.43%11.96%-
HSV(B)331.43º51.22%16.08%-
XYZ1.41.071.36-
YUV27.42129.46137.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.05%
GREEN value IS 20 (8.20% from 255) = 21.98%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=45.05%
G=21.98%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41203000.510.270.84331.4334.4311.96
Hex29141E0331B5414b22c
Octal512436063331245134214
Binary101001101001111001100111101110101001010010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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