Shades of Blackberry #290A18
Tints of Blackberry #290A18
RGB
CMYK
RGB Variations
Color information
#290A18 (or 0x290A18) is known color: Blackberry. HEX triplet: 29, 0A and 18. RGB value is (41,10,24). Sum of RGB (Red+Green+Blue) = 41+10+24=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #290A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290A18 is #D6F5E7. Grayscale: #141414. Windows color (decimal): -14087656 or 1575465. OLE color: 1575465.
HSL color Cylindrical-coordinate representation of color #290A18: hue angle of 332.9º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #290A18 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 10 | 24 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.84 |
| HSL | 332.9º | 0.61% | 0.1% | - |
| HSV(B) | 332.9º | 0.76% | 0.16% | - |
| XYZ | 1.19 | 0.75 | 0.95 | - |
| YUV | 20.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 24 | 0 | 0.76 | 0.41 | 0.84 | 332.9 | 0.61 | 0.1 |
| Hex | 29 | A | 18 | 0 | 4C | 29 | 54 | 14D | 3D | A |
| Octal | 51 | 12 | 30 | 0 | 114 | 51 | 124 | 515 | 75 | 12 |
| Binary | 101001 | 1010 | 11000 | 0 | 1001100 | 101001 | 1010100 | 101001101 | 111101 | 1010 |
Color Harmonies of #290A18
Complementary color
Monochromatic Colors of #290A18
Black with #290A18
Text Example
Text Example
White with #290A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290A18; }
p { color: rgb(41,10,24); }
H1.HeaderClassName
{
color: #290A18;
}
.AnyTagClassName
{
color: #290A18;
}
</style>
background-color css
<style>
a { background-color: #290A18; }
a { background-color: rgb(41,10,24); }
div.DivClassName
{
background-color: #290A18;
}
.BgClassName
{
background-color: #290A18;
}
</style>
border-color css
<style>
span { border-color: #290A18; }
span { border-color: rgb(41,10,24); }
td.TdClassName
{
border-color: #290A18;
}
.TagClassName
{
border-color: #290A18;
}
</style>