Shades of Blackberry #29061E
Tints of Blackberry #29061E
RGB
CMYK
RGB Variations
Color information
#29061E (or 0x29061E) is known color: Blackberry. HEX triplet: 29, 06 and 1E. RGB value is (41,6,30). Sum of RGB (Red+Green+Blue) = 41+6+30=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #29061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29061E is #D6F9E1. Grayscale: #131313. Windows color (decimal): -14088674 or 1967657. OLE color: 1967657.
HSL color Cylindrical-coordinate representation of color #29061E: hue angle of 318.86º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29061E is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 6 | 30 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.84 |
| HSL | 318.86º | 0.74% | 0.09% | - |
| HSV(B) | 318.86º | 0.85% | 0.16% | - |
| XYZ | 1.21 | 0.7 | 1.3 | - |
| YUV | 19.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 6 | 30 | 0 | 0.85 | 0.27 | 0.84 | 318.86 | 0.74 | 0.09 |
| Hex | 29 | 6 | 1E | 0 | 55 | 1B | 54 | 13F | 4A | 9 |
| Octal | 51 | 6 | 36 | 0 | 125 | 33 | 124 | 477 | 112 | 11 |
| Binary | 101001 | 110 | 11110 | 0 | 1010101 | 11011 | 1010100 | 100111111 | 1001010 | 1001 |
Color Harmonies of #29061E
Complementary color
Monochromatic Colors of #29061E
Black with #29061E
Text Example
Text Example
White with #29061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29061E; }
p { color: rgb(41,6,30); }
H1.HeaderClassName
{
color: #29061E;
}
.AnyTagClassName
{
color: #29061E;
}
</style>
background-color css
<style>
a { background-color: #29061E; }
a { background-color: rgb(41,6,30); }
div.DivClassName
{
background-color: #29061E;
}
.BgClassName
{
background-color: #29061E;
}
</style>
border-color css
<style>
span { border-color: #29061E; }
span { border-color: rgb(41,6,30); }
td.TdClassName
{
border-color: #29061E;
}
.TagClassName
{
border-color: #29061E;
}
</style>