Shades of Blackberry #29031B
Tints of Blackberry #29031B
RGB
CMYK
RGB Variations
Color information
#29031B (or 0x29031B) is known color: Blackberry. HEX triplet: 29, 03 and 1B. RGB value is (41,3,27). Sum of RGB (Red+Green+Blue) = 41+3+27=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #29031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29031B is #D6FCE4. Grayscale: #111111. Windows color (decimal): -14089445 or 1770281. OLE color: 1770281.
HSL color Cylindrical-coordinate representation of color #29031B: hue angle of 322.11º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29031B is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 3 | 27 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.84 |
| HSL | 322.11º | 0.86% | 0.09% | - |
| HSV(B) | 322.11º | 0.93% | 0.16% | - |
| XYZ | 1.14 | 0.62 | 1.1 | - |
| YUV | 17.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 27 | 0 | 0.93 | 0.34 | 0.84 | 322.11 | 0.86 | 0.09 |
| Hex | 29 | 3 | 1B | 0 | 5D | 22 | 54 | 142 | 56 | 9 |
| Octal | 51 | 3 | 33 | 0 | 135 | 42 | 124 | 502 | 126 | 11 |
| Binary | 101001 | 11 | 11011 | 0 | 1011101 | 100010 | 1010100 | 101000010 | 1010110 | 1001 |
Color Harmonies of #29031B
Complementary color
Monochromatic Colors of #29031B
Black with #29031B
Text Example
Text Example
White with #29031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29031B; }
p { color: rgb(41,3,27); }
H1.HeaderClassName
{
color: #29031B;
}
.AnyTagClassName
{
color: #29031B;
}
</style>
background-color css
<style>
a { background-color: #29031B; }
a { background-color: rgb(41,3,27); }
div.DivClassName
{
background-color: #29031B;
}
.BgClassName
{
background-color: #29031B;
}
</style>
border-color css
<style>
span { border-color: #29031B; }
span { border-color: rgb(41,3,27); }
td.TdClassName
{
border-color: #29031B;
}
.TagClassName
{
border-color: #29031B;
}
</style>