Shades of Blackberry #290B20
Tints of Blackberry #290B20
RGB
CMYK
RGB Variations
Color information
#290B20 (or 0x290B20) is known color: Blackberry. HEX triplet: 29, 0B and 20. RGB value is (41,11,32). Sum of RGB (Red+Green+Blue) = 41+11+32=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #290B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B20 is #D6F4DF. Grayscale: #161616. Windows color (decimal): -14087392 or 2100009. OLE color: 2100009.
HSL color Cylindrical-coordinate representation of color #290B20: hue angle of 318º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #290B20 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 11 | 32 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.84 |
| HSL | 318º | 0.58% | 0.1% | - |
| HSV(B) | 318º | 0.73% | 0.16% | - |
| XYZ | 1.29 | 0.82 | 1.46 | - |
| YUV | 22.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 32 | 0 | 0.73 | 0.22 | 0.84 | 318 | 0.58 | 0.1 |
| Hex | 29 | B | 20 | 0 | 49 | 16 | 54 | 13E | 3A | A |
| Octal | 51 | 13 | 40 | 0 | 111 | 26 | 124 | 476 | 72 | 12 |
| Binary | 101001 | 1011 | 100000 | 0 | 1001001 | 10110 | 1010100 | 100111110 | 111010 | 1010 |
Color Harmonies of #290B20
Complementary color
Monochromatic Colors of #290B20
Black with #290B20
Text Example
Text Example
White with #290B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B20; }
p { color: rgb(41,11,32); }
H1.HeaderClassName
{
color: #290B20;
}
.AnyTagClassName
{
color: #290B20;
}
</style>
background-color css
<style>
a { background-color: #290B20; }
a { background-color: rgb(41,11,32); }
div.DivClassName
{
background-color: #290B20;
}
.BgClassName
{
background-color: #290B20;
}
</style>
border-color css
<style>
span { border-color: #290B20; }
span { border-color: rgb(41,11,32); }
td.TdClassName
{
border-color: #290B20;
}
.TagClassName
{
border-color: #290B20;
}
</style>