Shades of Blackberry #1F0111
Tints of Blackberry #1F0111
RGB
CMYK
RGB Variations
Color information
#1F0111 (or 0x1F0111) is known color: Blackberry. HEX triplet: 1F, 01 and 11. RGB value is (31,1,17). Sum of RGB (Red+Green+Blue) = 31+1+17=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0111 is #E0FEEE. Grayscale: #0B0B0B. Windows color (decimal): -14745327 or 1114399. OLE color: 1114399.
HSL color Cylindrical-coordinate representation of color #1F0111: hue angle of 328º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0111 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 1 | 17 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.88 |
| HSL | 328º | 0.94% | 0.06% | - |
| HSV(B) | 328º | 0.97% | 0.12% | - |
| XYZ | 0.68 | 0.35 | 0.56 | - |
| YUV | 11.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 17 | 0 | 0.97 | 0.45 | 0.88 | 328 | 0.94 | 0.06 |
| Hex | 1F | 1 | 11 | 0 | 61 | 2D | 58 | 148 | 5E | 6 |
| Octal | 37 | 1 | 21 | 0 | 141 | 55 | 130 | 510 | 136 | 6 |
| Binary | 11111 | 1 | 10001 | 0 | 1100001 | 101101 | 1011000 | 101001000 | 1011110 | 110 |
Color Harmonies of #1F0111
Complementary color
Monochromatic Colors of #1F0111
Black with #1F0111
Text Example
Text Example
White with #1F0111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0111; }
p { color: rgb(31,1,17); }
H1.HeaderClassName
{
color: #1F0111;
}
.AnyTagClassName
{
color: #1F0111;
}
</style>
background-color css
<style>
a { background-color: #1F0111; }
a { background-color: rgb(31,1,17); }
div.DivClassName
{
background-color: #1F0111;
}
.BgClassName
{
background-color: #1F0111;
}
</style>
border-color css
<style>
span { border-color: #1F0111; }
span { border-color: rgb(31,1,17); }
td.TdClassName
{
border-color: #1F0111;
}
.TagClassName
{
border-color: #1F0111;
}
</style>