Shades of Blackberry #290F1D
Tints of Blackberry #290F1D
RGB
CMYK
RGB Variations
Color information
#290F1D (or 0x290F1D) is known color: Blackberry. HEX triplet: 29, 0F and 1D. RGB value is (41,15,29). Sum of RGB (Red+Green+Blue) = 41+15+29=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #290F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F1D is #D6F0E2. Grayscale: #181818. Windows color (decimal): -14086371 or 1904425. OLE color: 1904425.
HSL color Cylindrical-coordinate representation of color #290F1D: hue angle of 327.69º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #290F1D is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 15 | 29 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.84 |
| HSL | 327.69º | 0.46% | 0.11% | - |
| HSV(B) | 327.69º | 0.63% | 0.16% | - |
| XYZ | 1.31 | 0.9 | 1.27 | - |
| YUV | 24.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 29 | 0 | 0.63 | 0.29 | 0.84 | 327.69 | 0.46 | 0.11 |
| Hex | 29 | F | 1D | 0 | 3F | 1D | 54 | 148 | 2E | B |
| Octal | 51 | 17 | 35 | 0 | 77 | 35 | 124 | 510 | 56 | 13 |
| Binary | 101001 | 1111 | 11101 | 0 | 111111 | 11101 | 1010100 | 101001000 | 101110 | 1011 |
Color Harmonies of #290F1D
Complementary color
Monochromatic Colors of #290F1D
Black with #290F1D
Text Example
Text Example
White with #290F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F1D; }
p { color: rgb(41,15,29); }
H1.HeaderClassName
{
color: #290F1D;
}
.AnyTagClassName
{
color: #290F1D;
}
</style>
background-color css
<style>
a { background-color: #290F1D; }
a { background-color: rgb(41,15,29); }
div.DivClassName
{
background-color: #290F1D;
}
.BgClassName
{
background-color: #290F1D;
}
</style>
border-color css
<style>
span { border-color: #290F1D; }
span { border-color: rgb(41,15,29); }
td.TdClassName
{
border-color: #290F1D;
}
.TagClassName
{
border-color: #290F1D;
}
</style>