Shades of Blackberry #290B1D
Tints of Blackberry #290B1D
RGB
CMYK
RGB Variations
Color information
#290B1D (or 0x290B1D) is known color: Blackberry. HEX triplet: 29, 0B and 1D. RGB value is (41,11,29). Sum of RGB (Red+Green+Blue) = 41+11+29=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #290B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B1D is #D6F4E2. Grayscale: #151515. Windows color (decimal): -14087395 or 1903401. OLE color: 1903401.
HSL color Cylindrical-coordinate representation of color #290B1D: hue angle of 324º 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 #290B1D is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 11 | 29 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.84 |
| HSL | 324º | 0.58% | 0.1% | - |
| HSV(B) | 324º | 0.73% | 0.16% | - |
| XYZ | 1.26 | 0.8 | 1.25 | - |
| YUV | 22.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 29 | 0 | 0.73 | 0.29 | 0.84 | 324 | 0.58 | 0.1 |
| Hex | 29 | B | 1D | 0 | 49 | 1D | 54 | 144 | 3A | A |
| Octal | 51 | 13 | 35 | 0 | 111 | 35 | 124 | 504 | 72 | 12 |
| Binary | 101001 | 1011 | 11101 | 0 | 1001001 | 11101 | 1010100 | 101000100 | 111010 | 1010 |
Color Harmonies of #290B1D
Complementary color
Monochromatic Colors of #290B1D
Black with #290B1D
Text Example
Text Example
White with #290B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B1D; }
p { color: rgb(41,11,29); }
H1.HeaderClassName
{
color: #290B1D;
}
.AnyTagClassName
{
color: #290B1D;
}
</style>
background-color css
<style>
a { background-color: #290B1D; }
a { background-color: rgb(41,11,29); }
div.DivClassName
{
background-color: #290B1D;
}
.BgClassName
{
background-color: #290B1D;
}
</style>
border-color css
<style>
span { border-color: #290B1D; }
span { border-color: rgb(41,11,29); }
td.TdClassName
{
border-color: #290B1D;
}
.TagClassName
{
border-color: #290B1D;
}
</style>