Shades of Blackberry #29021B
Tints of Blackberry #29021B
RGB
CMYK
RGB Variations
Color information
#29021B (or 0x29021B) is known color: Blackberry. HEX triplet: 29, 02 and 1B. RGB value is (41,2,27). Sum of RGB (Red+Green+Blue) = 41+2+27=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #29021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29021B is #D6FDE4. Grayscale: #101010. Windows color (decimal): -14089701 or 1770025. OLE color: 1770025.
HSL color Cylindrical-coordinate representation of color #29021B: hue angle of 321.54º 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 #29021B is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 2 | 27 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.84 |
| HSL | 321.54º | 0.91% | 0.08% | - |
| HSV(B) | 321.54º | 0.95% | 0.16% | - |
| XYZ | 1.13 | 0.59 | 1.09 | - |
| YUV | 16.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 27 | 0 | 0.95 | 0.34 | 0.84 | 321.54 | 0.91 | 0.08 |
| Hex | 29 | 2 | 1B | 0 | 5F | 22 | 54 | 142 | 5B | 8 |
| Octal | 51 | 2 | 33 | 0 | 137 | 42 | 124 | 502 | 133 | 10 |
| Binary | 101001 | 10 | 11011 | 0 | 1011111 | 100010 | 1010100 | 101000010 | 1011011 | 1000 |
Color Harmonies of #29021B
Complementary color
Monochromatic Colors of #29021B
Black with #29021B
Text Example
Text Example
White with #29021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29021B; }
p { color: rgb(41,2,27); }
H1.HeaderClassName
{
color: #29021B;
}
.AnyTagClassName
{
color: #29021B;
}
</style>
background-color css
<style>
a { background-color: #29021B; }
a { background-color: rgb(41,2,27); }
div.DivClassName
{
background-color: #29021B;
}
.BgClassName
{
background-color: #29021B;
}
</style>
border-color css
<style>
span { border-color: #29021B; }
span { border-color: rgb(41,2,27); }
td.TdClassName
{
border-color: #29021B;
}
.TagClassName
{
border-color: #29021B;
}
</style>