Shades of Blackberry #290B1F
Tints of Blackberry #290B1F
RGB
CMYK
RGB Variations
Color information
#290B1F (or 0x290B1F) is known color: Blackberry. HEX triplet: 29, 0B and 1F. RGB value is (41,11,31). Sum of RGB (Red+Green+Blue) = 41+11+31=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #290B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B1F is #D6F4E0. Grayscale: #161616. Windows color (decimal): -14087393 or 2034473. OLE color: 2034473.
HSL color Cylindrical-coordinate representation of color #290B1F: hue angle of 320º 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 #290B1F is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 11 | 31 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.84 |
| HSL | 320º | 0.58% | 0.1% | - |
| HSV(B) | 320º | 0.73% | 0.16% | - |
| XYZ | 1.28 | 0.81 | 1.39 | - |
| YUV | 22.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 31 | 0 | 0.73 | 0.24 | 0.84 | 320 | 0.58 | 0.1 |
| Hex | 29 | B | 1F | 0 | 49 | 18 | 54 | 140 | 3A | A |
| Octal | 51 | 13 | 37 | 0 | 111 | 30 | 124 | 500 | 72 | 12 |
| Binary | 101001 | 1011 | 11111 | 0 | 1001001 | 11000 | 1010100 | 101000000 | 111010 | 1010 |
Color Harmonies of #290B1F
Complementary color
Monochromatic Colors of #290B1F
Black with #290B1F
Text Example
Text Example
White with #290B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B1F; }
p { color: rgb(41,11,31); }
H1.HeaderClassName
{
color: #290B1F;
}
.AnyTagClassName
{
color: #290B1F;
}
</style>
background-color css
<style>
a { background-color: #290B1F; }
a { background-color: rgb(41,11,31); }
div.DivClassName
{
background-color: #290B1F;
}
.BgClassName
{
background-color: #290B1F;
}
</style>
border-color css
<style>
span { border-color: #290B1F; }
span { border-color: rgb(41,11,31); }
td.TdClassName
{
border-color: #290B1F;
}
.TagClassName
{
border-color: #290B1F;
}
</style>