#29131E

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

Shades of Blackberry #29131E

Tints of Blackberry #29131E

Color information

#29131E (or 0x29131E) is unknown color: approx Blackberry. HEX triplet: 29, 13 and 1E. RGB value is (41,19,30). Sum of RGB (Red+Green+Blue) = 41+19+30=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #29131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29131E is #D6ECE1. Grayscale: #1A1A1A. Windows color (decimal): -14085346 or 1970985. OLE color: 1970985.

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

Color convert

RGB411930-
CMYK00.540.270.84
HSL330º36.67%11.76%-
HSV(B)330º53.66%16.08%-
XYZ1.381.031.35-
YUV26.83129.79138.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.56%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=45.56%
G=21.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41193000.540.270.8433036.6711.76
Hex29131E0361B5414a25c
Octal512336066331245124514
Binary101001100111111001101101101110101001010010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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