Shades of Blackberry #29061B
Tints of Blackberry #29061B
RGB
CMYK
RGB Variations
Color information
#29061B (or 0x29061B) is known color: Blackberry. HEX triplet: 29, 06 and 1B. RGB value is (41,6,27). Sum of RGB (Red+Green+Blue) = 41+6+27=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29061B is #D6F9E4. Grayscale: #121212. Windows color (decimal): -14088677 or 1771049. OLE color: 1771049.
HSL color Cylindrical-coordinate representation of color #29061B: hue angle of 324º 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 #29061B is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 6 | 27 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.84 |
| HSL | 324º | 0.74% | 0.09% | - |
| HSV(B) | 324º | 0.85% | 0.16% | - |
| XYZ | 1.18 | 0.68 | 1.11 | - |
| YUV | 18.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 6 | 27 | 0 | 0.85 | 0.34 | 0.84 | 324 | 0.74 | 0.09 |
| Hex | 29 | 6 | 1B | 0 | 55 | 22 | 54 | 144 | 4A | 9 |
| Octal | 51 | 6 | 33 | 0 | 125 | 42 | 124 | 504 | 112 | 11 |
| Binary | 101001 | 110 | 11011 | 0 | 1010101 | 100010 | 1010100 | 101000100 | 1001010 | 1001 |
Color Harmonies of #29061B
Complementary color
Monochromatic Colors of #29061B
Black with #29061B
Text Example
Text Example
White with #29061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29061B; }
p { color: rgb(41,6,27); }
H1.HeaderClassName
{
color: #29061B;
}
.AnyTagClassName
{
color: #29061B;
}
</style>
background-color css
<style>
a { background-color: #29061B; }
a { background-color: rgb(41,6,27); }
div.DivClassName
{
background-color: #29061B;
}
.BgClassName
{
background-color: #29061B;
}
</style>
border-color css
<style>
span { border-color: #29061B; }
span { border-color: rgb(41,6,27); }
td.TdClassName
{
border-color: #29061B;
}
.TagClassName
{
border-color: #29061B;
}
</style>