Shades of Blackberry #29041D
Tints of Blackberry #29041D
RGB
CMYK
RGB Variations
Color information
#29041D (or 0x29041D) is known color: Blackberry. HEX triplet: 29, 04 and 1D. RGB value is (41,4,29). Sum of RGB (Red+Green+Blue) = 41+4+29=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29041D is #D6FBE2. Grayscale: #111111. Windows color (decimal): -14089187 or 1901609. OLE color: 1901609.
HSL color Cylindrical-coordinate representation of color #29041D: hue angle of 319.46º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29041D is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 4 | 29 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.84 |
| HSL | 319.46º | 0.82% | 0.09% | - |
| HSV(B) | 319.46º | 0.9% | 0.16% | - |
| XYZ | 1.18 | 0.65 | 1.23 | - |
| YUV | 17.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 29 | 0 | 0.90 | 0.29 | 0.84 | 319.46 | 0.82 | 0.09 |
| Hex | 29 | 4 | 1D | 0 | 5A | 1D | 54 | 13F | 52 | 9 |
| Octal | 51 | 4 | 35 | 0 | 132 | 35 | 124 | 477 | 122 | 11 |
| Binary | 101001 | 100 | 11101 | 0 | 1011010 | 11101 | 1010100 | 100111111 | 1010010 | 1001 |
Color Harmonies of #29041D
Complementary color
Monochromatic Colors of #29041D
Black with #29041D
Text Example
Text Example
White with #29041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29041D; }
p { color: rgb(41,4,29); }
H1.HeaderClassName
{
color: #29041D;
}
.AnyTagClassName
{
color: #29041D;
}
</style>
background-color css
<style>
a { background-color: #29041D; }
a { background-color: rgb(41,4,29); }
div.DivClassName
{
background-color: #29041D;
}
.BgClassName
{
background-color: #29041D;
}
</style>
border-color css
<style>
span { border-color: #29041D; }
span { border-color: rgb(41,4,29); }
td.TdClassName
{
border-color: #29041D;
}
.TagClassName
{
border-color: #29041D;
}
</style>