Shades of Blackberry #29141E
Tints of Blackberry #29141E
RGB
CMYK
RGB Variations
Color information
#29141E (or 0x29141E) is known color: Blackberry. HEX triplet: 29, 14 and 1E. RGB value is (41,20,30). Sum of RGB (Red+Green+Blue) = 41+20+30=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #29141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29141E is #D6EBE1. Grayscale: #1B1B1B. Windows color (decimal): -14085090 or 1971241. OLE color: 1971241.
HSL color Cylindrical-coordinate representation of color #29141E: hue angle of 331.43º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29141E is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 20 | 30 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.84 |
| HSL | 331.43º | 0.34% | 0.12% | - |
| HSV(B) | 331.43º | 0.51% | 0.16% | - |
| XYZ | 1.4 | 1.07 | 1.36 | - |
| YUV | 27.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 20 | 30 | 0 | 0.51 | 0.27 | 0.84 | 331.43 | 0.34 | 0.12 |
| Hex | 29 | 14 | 1E | 0 | 33 | 1B | 54 | 14B | 22 | C |
| Octal | 51 | 24 | 36 | 0 | 63 | 33 | 124 | 513 | 42 | 14 |
| Binary | 101001 | 10100 | 11110 | 0 | 110011 | 11011 | 1010100 | 101001011 | 100010 | 1100 |
Color Harmonies of #29141E
Complementary color
Monochromatic Colors of #29141E
Black with #29141E
Text Example
Text Example
White with #29141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29141E; }
p { color: rgb(41,20,30); }
H1.HeaderClassName
{
color: #29141E;
}
.AnyTagClassName
{
color: #29141E;
}
</style>
background-color css
<style>
a { background-color: #29141E; }
a { background-color: rgb(41,20,30); }
div.DivClassName
{
background-color: #29141E;
}
.BgClassName
{
background-color: #29141E;
}
</style>
border-color css
<style>
span { border-color: #29141E; }
span { border-color: rgb(41,20,30); }
td.TdClassName
{
border-color: #29141E;
}
.TagClassName
{
border-color: #29141E;
}
</style>