Shades of Blackberry #1F0211
Tints of Blackberry #1F0211
RGB
CMYK
RGB Variations
Color information
#1F0211 (or 0x1F0211) is known color: Blackberry. HEX triplet: 1F, 02 and 11. RGB value is (31,2,17). Sum of RGB (Red+Green+Blue) = 31+2+17=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0211 is #E0FDEE. Grayscale: #0C0C0C. Windows color (decimal): -14745071 or 1114655. OLE color: 1114655.
HSL color Cylindrical-coordinate representation of color #1F0211: hue angle of 328.97º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0211 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 2 | 17 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.88 |
| HSL | 328.97º | 0.88% | 0.06% | - |
| HSV(B) | 328.97º | 0.94% | 0.12% | - |
| XYZ | 0.69 | 0.38 | 0.57 | - |
| YUV | 12.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 17 | 0 | 0.94 | 0.45 | 0.88 | 328.97 | 0.88 | 0.06 |
| Hex | 1F | 2 | 11 | 0 | 5E | 2D | 58 | 149 | 58 | 6 |
| Octal | 37 | 2 | 21 | 0 | 136 | 55 | 130 | 511 | 130 | 6 |
| Binary | 11111 | 10 | 10001 | 0 | 1011110 | 101101 | 1011000 | 101001001 | 1011000 | 110 |
Color Harmonies of #1F0211
Complementary color
Monochromatic Colors of #1F0211
Black with #1F0211
Text Example
Text Example
White with #1F0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0211; }
p { color: rgb(31,2,17); }
H1.HeaderClassName
{
color: #1F0211;
}
.AnyTagClassName
{
color: #1F0211;
}
</style>
background-color css
<style>
a { background-color: #1F0211; }
a { background-color: rgb(31,2,17); }
div.DivClassName
{
background-color: #1F0211;
}
.BgClassName
{
background-color: #1F0211;
}
</style>
border-color css
<style>
span { border-color: #1F0211; }
span { border-color: rgb(31,2,17); }
td.TdClassName
{
border-color: #1F0211;
}
.TagClassName
{
border-color: #1F0211;
}
</style>