Shades of Blackberry #29031D
Tints of Blackberry #29031D
RGB
CMYK
RGB Variations
Color information
#29031D (or 0x29031D) is known color: Blackberry. HEX triplet: 29, 03 and 1D. RGB value is (41,3,29). Sum of RGB (Red+Green+Blue) = 41+3+29=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #29031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29031D is #D6FCE2. Grayscale: #111111. Windows color (decimal): -14089443 or 1901353. OLE color: 1901353.
HSL color Cylindrical-coordinate representation of color #29031D: hue angle of 318.95º 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 #29031D is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 3 | 29 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.84 |
| HSL | 318.95º | 0.86% | 0.09% | - |
| HSV(B) | 318.95º | 0.93% | 0.16% | - |
| XYZ | 1.17 | 0.63 | 1.22 | - |
| YUV | 17.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 29 | 0 | 0.93 | 0.29 | 0.84 | 318.95 | 0.86 | 0.09 |
| Hex | 29 | 3 | 1D | 0 | 5D | 1D | 54 | 13F | 56 | 9 |
| Octal | 51 | 3 | 35 | 0 | 135 | 35 | 124 | 477 | 126 | 11 |
| Binary | 101001 | 11 | 11101 | 0 | 1011101 | 11101 | 1010100 | 100111111 | 1010110 | 1001 |
Color Harmonies of #29031D
Complementary color
Monochromatic Colors of #29031D
Black with #29031D
Text Example
Text Example
White with #29031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29031D; }
p { color: rgb(41,3,29); }
H1.HeaderClassName
{
color: #29031D;
}
.AnyTagClassName
{
color: #29031D;
}
</style>
background-color css
<style>
a { background-color: #29031D; }
a { background-color: rgb(41,3,29); }
div.DivClassName
{
background-color: #29031D;
}
.BgClassName
{
background-color: #29031D;
}
</style>
border-color css
<style>
span { border-color: #29031D; }
span { border-color: rgb(41,3,29); }
td.TdClassName
{
border-color: #29031D;
}
.TagClassName
{
border-color: #29031D;
}
</style>