#29111F

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

Shades of Blackberry #29111F

Tints of Blackberry #29111F

Color information

#29111F (or 0x29111F) is unknown color: approx Blackberry. HEX triplet: 29, 11 and 1F. RGB value is (41,17,31). Sum of RGB (Red+Green+Blue) = 41+17+31=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #29111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29111F is #D6EEE0. Grayscale: #191919. Windows color (decimal): -14085857 or 2036009. OLE color: 2036009.

HSL color Cylindrical-coordinate representation of color #29111F: hue angle of 325º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29111F is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB411731-
CMYK00.590.240.84
HSL325º41.38%11.37%-
HSV(B)325º58.54%16.08%-
XYZ1.360.971.41-
YUV25.77130.95138.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.07%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 31 (12.5% from 255) = 34.83%
R=46.07%
G=19.10%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41173100.590.240.8432541.3811.37
Hex29111F03B185414529b
Octal512137073301245055113
Binary101001100011111101110111100010101001010001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29111F; }

 p { color: rgb(41,17,31); }

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

<style>
 a { background-color: #29111F; }

 a { background-color: rgb(41,17,31); }

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

<style>
 span { border-color: #29111F; }

 span { border-color: rgb(41,17,31); }

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