Shades of Blackberry #290D1F
Tints of Blackberry #290D1F
RGB
CMYK
RGB Variations
Color information
#290D1F (or 0x290D1F) is known color: Blackberry. HEX triplet: 29, 0D and 1F. RGB value is (41,13,31). Sum of RGB (Red+Green+Blue) = 41+13+31=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #290D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D1F is #D6F2E0. Grayscale: #171717. Windows color (decimal): -14086881 or 2034985. OLE color: 2034985.
HSL color Cylindrical-coordinate representation of color #290D1F: hue angle of 321.43º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #290D1F is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 13 | 31 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.84 |
| HSL | 321.43º | 0.52% | 0.11% | - |
| HSV(B) | 321.43º | 0.68% | 0.16% | - |
| XYZ | 1.31 | 0.86 | 1.39 | - |
| YUV | 23.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 31 | 0 | 0.68 | 0.24 | 0.84 | 321.43 | 0.52 | 0.11 |
| Hex | 29 | D | 1F | 0 | 44 | 18 | 54 | 141 | 34 | B |
| Octal | 51 | 15 | 37 | 0 | 104 | 30 | 124 | 501 | 64 | 13 |
| Binary | 101001 | 1101 | 11111 | 0 | 1000100 | 11000 | 1010100 | 101000001 | 110100 | 1011 |
Color Harmonies of #290D1F
Complementary color
Monochromatic Colors of #290D1F
Black with #290D1F
Text Example
Text Example
White with #290D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D1F; }
p { color: rgb(41,13,31); }
H1.HeaderClassName
{
color: #290D1F;
}
.AnyTagClassName
{
color: #290D1F;
}
</style>
background-color css
<style>
a { background-color: #290D1F; }
a { background-color: rgb(41,13,31); }
div.DivClassName
{
background-color: #290D1F;
}
.BgClassName
{
background-color: #290D1F;
}
</style>
border-color css
<style>
span { border-color: #290D1F; }
span { border-color: rgb(41,13,31); }
td.TdClassName
{
border-color: #290D1F;
}
.TagClassName
{
border-color: #290D1F;
}
</style>