Shades of Blackberry #290B1E
Tints of Blackberry #290B1E
RGB
CMYK
RGB Variations
Color information
#290B1E (or 0x290B1E) is known color: Blackberry. HEX triplet: 29, 0B and 1E. RGB value is (41,11,30). Sum of RGB (Red+Green+Blue) = 41+11+30=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #290B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B1E is #D6F4E1. Grayscale: #161616. Windows color (decimal): -14087394 or 1968937. OLE color: 1968937.
HSL color Cylindrical-coordinate representation of color #290B1E: hue angle of 322º 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 #290B1E is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 11 | 30 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.84 |
| HSL | 322º | 0.58% | 0.1% | - |
| HSV(B) | 322º | 0.73% | 0.16% | - |
| XYZ | 1.27 | 0.8 | 1.32 | - |
| YUV | 22.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 30 | 0 | 0.73 | 0.27 | 0.84 | 322 | 0.58 | 0.1 |
| Hex | 29 | B | 1E | 0 | 49 | 1B | 54 | 142 | 3A | A |
| Octal | 51 | 13 | 36 | 0 | 111 | 33 | 124 | 502 | 72 | 12 |
| Binary | 101001 | 1011 | 11110 | 0 | 1001001 | 11011 | 1010100 | 101000010 | 111010 | 1010 |
Color Harmonies of #290B1E
Complementary color
Monochromatic Colors of #290B1E
Black with #290B1E
Text Example
Text Example
White with #290B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B1E; }
p { color: rgb(41,11,30); }
H1.HeaderClassName
{
color: #290B1E;
}
.AnyTagClassName
{
color: #290B1E;
}
</style>
background-color css
<style>
a { background-color: #290B1E; }
a { background-color: rgb(41,11,30); }
div.DivClassName
{
background-color: #290B1E;
}
.BgClassName
{
background-color: #290B1E;
}
</style>
border-color css
<style>
span { border-color: #290B1E; }
span { border-color: rgb(41,11,30); }
td.TdClassName
{
border-color: #290B1E;
}
.TagClassName
{
border-color: #290B1E;
}
</style>