#29151F

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

Shades of Blackberry #29151F

Tints of Blackberry #29151F

Color information

#29151F (or 0x29151F) is unknown color: approx Blackberry. HEX triplet: 29, 15 and 1F. RGB value is (41,21,31). Sum of RGB (Red+Green+Blue) = 41+21+31=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #29151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29151F is #D6EAE0. Grayscale: #1C1C1C. Windows color (decimal): -14084833 or 2037033. OLE color: 2037033.

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

Color convert

RGB412131-
CMYK00.490.240.84
HSL330º32.26%12.16%-
HSV(B)330º48.78%16.08%-
XYZ1.431.111.43-
YUV28.12129.63137.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=44.09%
G=22.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41213100.490.240.8433032.2612.16
Hex29151F031185414a20c
Octal512537061301245124014
Binary101001101011111101100011100010101001010010101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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