Shades of Blackberry #29131D
Tints of Blackberry #29131D
RGB
CMYK
RGB Variations
Color information
#29131D (or 0x29131D) is known color: Blackberry. HEX triplet: 29, 13 and 1D. RGB value is (41,19,29). Sum of RGB (Red+Green+Blue) = 41+19+29=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #29131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29131D is #D6ECE2. Grayscale: #1A1A1A. Windows color (decimal): -14085347 or 1905449. OLE color: 1905449.
HSL color Cylindrical-coordinate representation of color #29131D: hue angle of 332.73º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29131D is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 19 | 29 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.84 |
| HSL | 332.73º | 0.37% | 0.12% | - |
| HSV(B) | 332.73º | 0.54% | 0.16% | - |
| XYZ | 1.37 | 1.03 | 1.29 | - |
| YUV | 26.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 19 | 29 | 0 | 0.54 | 0.29 | 0.84 | 332.73 | 0.37 | 0.12 |
| Hex | 29 | 13 | 1D | 0 | 36 | 1D | 54 | 14D | 25 | C |
| Octal | 51 | 23 | 35 | 0 | 66 | 35 | 124 | 515 | 45 | 14 |
| Binary | 101001 | 10011 | 11101 | 0 | 110110 | 11101 | 1010100 | 101001101 | 100101 | 1100 |
Color Harmonies of #29131D
Complementary color
Monochromatic Colors of #29131D
Black with #29131D
Text Example
Text Example
White with #29131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29131D; }
p { color: rgb(41,19,29); }
H1.HeaderClassName
{
color: #29131D;
}
.AnyTagClassName
{
color: #29131D;
}
</style>
background-color css
<style>
a { background-color: #29131D; }
a { background-color: rgb(41,19,29); }
div.DivClassName
{
background-color: #29131D;
}
.BgClassName
{
background-color: #29131D;
}
</style>
border-color css
<style>
span { border-color: #29131D; }
span { border-color: rgb(41,19,29); }
td.TdClassName
{
border-color: #29131D;
}
.TagClassName
{
border-color: #29131D;
}
</style>