Shades of Blackberry #29051F
Tints of Blackberry #29051F
RGB
CMYK
RGB Variations
Color information
#29051F (or 0x29051F) is known color: Blackberry. HEX triplet: 29, 05 and 1F. RGB value is (41,5,31). Sum of RGB (Red+Green+Blue) = 41+5+31=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #29051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29051F is #D6FAE0. Grayscale: #121212. Windows color (decimal): -14088929 or 2032937. OLE color: 2032937.
HSL color Cylindrical-coordinate representation of color #29051F: hue angle of 316.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29051F is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 5 | 31 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.84 |
| HSL | 316.67º | 0.78% | 0.09% | - |
| HSV(B) | 316.67º | 0.88% | 0.16% | - |
| XYZ | 1.22 | 0.68 | 1.36 | - |
| YUV | 18.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 5 | 31 | 0 | 0.88 | 0.24 | 0.84 | 316.67 | 0.78 | 0.09 |
| Hex | 29 | 5 | 1F | 0 | 58 | 18 | 54 | 13D | 4E | 9 |
| Octal | 51 | 5 | 37 | 0 | 130 | 30 | 124 | 475 | 116 | 11 |
| Binary | 101001 | 101 | 11111 | 0 | 1011000 | 11000 | 1010100 | 100111101 | 1001110 | 1001 |
Color Harmonies of #29051F
Complementary color
Monochromatic Colors of #29051F
Black with #29051F
Text Example
Text Example
White with #29051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29051F; }
p { color: rgb(41,5,31); }
H1.HeaderClassName
{
color: #29051F;
}
.AnyTagClassName
{
color: #29051F;
}
</style>
background-color css
<style>
a { background-color: #29051F; }
a { background-color: rgb(41,5,31); }
div.DivClassName
{
background-color: #29051F;
}
.BgClassName
{
background-color: #29051F;
}
</style>
border-color css
<style>
span { border-color: #29051F; }
span { border-color: rgb(41,5,31); }
td.TdClassName
{
border-color: #29051F;
}
.TagClassName
{
border-color: #29051F;
}
</style>