#29161F

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

Shades of Blackberry #29161F

Tints of Blackberry #29161F

Color information

#29161F (or 0x29161F) is unknown color: approx Blackberry. HEX triplet: 29, 16 and 1F. RGB value is (41,22,31). Sum of RGB (Red+Green+Blue) = 41+22+31=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #29161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29161F is #D6E9E0. Grayscale: #1C1C1C. Windows color (decimal): -14084577 or 2037289. OLE color: 2037289.

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

Color convert

RGB412231-
CMYK00.460.240.84
HSL331.58º30.16%12.35%-
HSV(B)331.58º46.34%16.08%-
XYZ1.451.141.44-
YUV28.71129.29136.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=43.62%
G=23.40%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41223100.460.240.84331.5830.1612.35
Hex29161F02E185414c1ec
Octal512637056301245143614
Binary10100110110111110101110110001010100101001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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