#29131F

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

Shades of Blackberry #29131F

Tints of Blackberry #29131F

Color information

#29131F (or 0x29131F) is unknown color: approx Blackberry. HEX triplet: 29, 13 and 1F. RGB value is (41,19,31). Sum of RGB (Red+Green+Blue) = 41+19+31=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #29131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29131F is #D6ECE0. Grayscale: #1A1A1A. Windows color (decimal): -14085345 or 2036521. OLE color: 2036521.

HSL color Cylindrical-coordinate representation of color #29131F: hue angle of 327.27º 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 #29131F is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB411931-
CMYK00.540.240.84
HSL327.27º36.67%11.76%-
HSV(B)327.27º53.66%16.08%-
XYZ1.391.041.42-
YUV26.95130.29138.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.05%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=45.05%
G=20.88%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41193100.540.240.84327.2736.6711.76
Hex29131F036185414725c
Octal512337066301245074514
Binary101001100111111101101101100010101001010001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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