Shades of Blackberry #29021E
Tints of Blackberry #29021E
RGB
CMYK
RGB Variations
Color information
#29021E (or 0x29021E) is known color: Blackberry. HEX triplet: 29, 02 and 1E. RGB value is (41,2,30). Sum of RGB (Red+Green+Blue) = 41+2+30=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #29021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29021E is #D6FDE1. Grayscale: #101010. Windows color (decimal): -14089698 or 1966633. OLE color: 1966633.
HSL color Cylindrical-coordinate representation of color #29021E: hue angle of 316.92º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29021E is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 2 | 30 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.84 |
| HSL | 316.92º | 0.91% | 0.08% | - |
| HSV(B) | 316.92º | 0.95% | 0.16% | - |
| XYZ | 1.17 | 0.61 | 1.28 | - |
| YUV | 16.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 30 | 0 | 0.95 | 0.27 | 0.84 | 316.92 | 0.91 | 0.08 |
| Hex | 29 | 2 | 1E | 0 | 5F | 1B | 54 | 13D | 5B | 8 |
| Octal | 51 | 2 | 36 | 0 | 137 | 33 | 124 | 475 | 133 | 10 |
| Binary | 101001 | 10 | 11110 | 0 | 1011111 | 11011 | 1010100 | 100111101 | 1011011 | 1000 |
Color Harmonies of #29021E
Complementary color
Monochromatic Colors of #29021E
Black with #29021E
Text Example
Text Example
White with #29021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29021E; }
p { color: rgb(41,2,30); }
H1.HeaderClassName
{
color: #29021E;
}
.AnyTagClassName
{
color: #29021E;
}
</style>
background-color css
<style>
a { background-color: #29021E; }
a { background-color: rgb(41,2,30); }
div.DivClassName
{
background-color: #29021E;
}
.BgClassName
{
background-color: #29021E;
}
</style>
border-color css
<style>
span { border-color: #29021E; }
span { border-color: rgb(41,2,30); }
td.TdClassName
{
border-color: #29021E;
}
.TagClassName
{
border-color: #29021E;
}
</style>