Shades of Blackberry #290B1C
Tints of Blackberry #290B1C
RGB
CMYK
RGB Variations
Color information
#290B1C (or 0x290B1C) is known color: Blackberry. HEX triplet: 29, 0B and 1C. RGB value is (41,11,28). Sum of RGB (Red+Green+Blue) = 41+11+28=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #290B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B1C is #D6F4E3. Grayscale: #151515. Windows color (decimal): -14087396 or 1837865. OLE color: 1837865.
HSL color Cylindrical-coordinate representation of color #290B1C: hue angle of 326º 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 #290B1C is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 11 | 28 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.84 |
| HSL | 326º | 0.58% | 0.1% | - |
| HSV(B) | 326º | 0.73% | 0.16% | - |
| XYZ | 1.24 | 0.79 | 1.19 | - |
| YUV | 21.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 28 | 0 | 0.73 | 0.32 | 0.84 | 326 | 0.58 | 0.1 |
| Hex | 29 | B | 1C | 0 | 49 | 20 | 54 | 146 | 3A | A |
| Octal | 51 | 13 | 34 | 0 | 111 | 40 | 124 | 506 | 72 | 12 |
| Binary | 101001 | 1011 | 11100 | 0 | 1001001 | 100000 | 1010100 | 101000110 | 111010 | 1010 |
Color Harmonies of #290B1C
Complementary color
Monochromatic Colors of #290B1C
Black with #290B1C
Text Example
Text Example
White with #290B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B1C; }
p { color: rgb(41,11,28); }
H1.HeaderClassName
{
color: #290B1C;
}
.AnyTagClassName
{
color: #290B1C;
}
</style>
background-color css
<style>
a { background-color: #290B1C; }
a { background-color: rgb(41,11,28); }
div.DivClassName
{
background-color: #290B1C;
}
.BgClassName
{
background-color: #290B1C;
}
</style>
border-color css
<style>
span { border-color: #290B1C; }
span { border-color: rgb(41,11,28); }
td.TdClassName
{
border-color: #290B1C;
}
.TagClassName
{
border-color: #290B1C;
}
</style>