Shades of Blackberry #290F1F
Tints of Blackberry #290F1F
RGB
CMYK
RGB Variations
Color information
#290F1F (or 0x290F1F) is known color: Blackberry. HEX triplet: 29, 0F and 1F. RGB value is (41,15,31). Sum of RGB (Red+Green+Blue) = 41+15+31=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #290F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F1F is #D6F0E0. Grayscale: #181818. Windows color (decimal): -14086369 or 2035497. OLE color: 2035497.
HSL color Cylindrical-coordinate representation of color #290F1F: hue angle of 323.08º 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 #290F1F is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 15 | 31 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.84 |
| HSL | 323.08º | 0.46% | 0.11% | - |
| HSV(B) | 323.08º | 0.63% | 0.16% | - |
| XYZ | 1.33 | 0.91 | 1.4 | - |
| YUV | 24.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 31 | 0 | 0.63 | 0.24 | 0.84 | 323.08 | 0.46 | 0.11 |
| Hex | 29 | F | 1F | 0 | 3F | 18 | 54 | 143 | 2E | B |
| Octal | 51 | 17 | 37 | 0 | 77 | 30 | 124 | 503 | 56 | 13 |
| Binary | 101001 | 1111 | 11111 | 0 | 111111 | 11000 | 1010100 | 101000011 | 101110 | 1011 |
Color Harmonies of #290F1F
Complementary color
Monochromatic Colors of #290F1F
Black with #290F1F
Text Example
Text Example
White with #290F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F1F; }
p { color: rgb(41,15,31); }
H1.HeaderClassName
{
color: #290F1F;
}
.AnyTagClassName
{
color: #290F1F;
}
</style>
background-color css
<style>
a { background-color: #290F1F; }
a { background-color: rgb(41,15,31); }
div.DivClassName
{
background-color: #290F1F;
}
.BgClassName
{
background-color: #290F1F;
}
</style>
border-color css
<style>
span { border-color: #290F1F; }
span { border-color: rgb(41,15,31); }
td.TdClassName
{
border-color: #290F1F;
}
.TagClassName
{
border-color: #290F1F;
}
</style>