Shades of Blackberry #29051D
Tints of Blackberry #29051D
RGB
CMYK
RGB Variations
Color information
#29051D (or 0x29051D) is known color: Blackberry. HEX triplet: 29, 05 and 1D. RGB value is (41,5,29). Sum of RGB (Red+Green+Blue) = 41+5+29=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #29051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29051D is #D6FAE2. Grayscale: #121212. Windows color (decimal): -14088931 or 1901865. OLE color: 1901865.
HSL color Cylindrical-coordinate representation of color #29051D: hue angle of 320º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29051D is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 5 | 29 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.84 |
| HSL | 320º | 0.78% | 0.09% | - |
| HSV(B) | 320º | 0.88% | 0.16% | - |
| XYZ | 1.19 | 0.67 | 1.23 | - |
| YUV | 18.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 5 | 29 | 0 | 0.88 | 0.29 | 0.84 | 320 | 0.78 | 0.09 |
| Hex | 29 | 5 | 1D | 0 | 58 | 1D | 54 | 140 | 4E | 9 |
| Octal | 51 | 5 | 35 | 0 | 130 | 35 | 124 | 500 | 116 | 11 |
| Binary | 101001 | 101 | 11101 | 0 | 1011000 | 11101 | 1010100 | 101000000 | 1001110 | 1001 |
Color Harmonies of #29051D
Complementary color
Monochromatic Colors of #29051D
Black with #29051D
Text Example
Text Example
White with #29051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29051D; }
p { color: rgb(41,5,29); }
H1.HeaderClassName
{
color: #29051D;
}
.AnyTagClassName
{
color: #29051D;
}
</style>
background-color css
<style>
a { background-color: #29051D; }
a { background-color: rgb(41,5,29); }
div.DivClassName
{
background-color: #29051D;
}
.BgClassName
{
background-color: #29051D;
}
</style>
border-color css
<style>
span { border-color: #29051D; }
span { border-color: rgb(41,5,29); }
td.TdClassName
{
border-color: #29051D;
}
.TagClassName
{
border-color: #29051D;
}
</style>