Shades of Bokara Grey #1F1811
Tints of Bokara Grey #1F1811
RGB
CMYK
RGB Variations
Color information
#1F1811 (or 0x1F1811) is known color: Bokara Grey. HEX triplet: 1F, 18 and 11. RGB value is (31,24,17). Sum of RGB (Red+Green+Blue) = 31+24+17=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1811 is #E0E7EE. Grayscale: #191919. Windows color (decimal): -14739439 or 1120287. OLE color: 1120287.
HSL color Cylindrical-coordinate representation of color #1F1811: hue angle of 30º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F1811 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 24 | 17 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.88 |
| HSL | 30º | 0.29% | 0.09% | - |
| HSV(B) | 30º | 0.45% | 0.12% | - |
| XYZ | 0.99 | 0.99 | 0.67 | - |
| YUV | 25.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 17 | 0 | 0.23 | 0.45 | 0.88 | 30 | 0.29 | 0.09 |
| Hex | 1F | 18 | 11 | 0 | 17 | 2D | 58 | 1E | 1D | 9 |
| Octal | 37 | 30 | 21 | 0 | 27 | 55 | 130 | 36 | 35 | 11 |
| Binary | 11111 | 11000 | 10001 | 0 | 10111 | 101101 | 1011000 | 11110 | 11101 | 1001 |
Color Harmonies of #1F1811
Complementary color
Monochromatic Colors of #1F1811
Black with #1F1811
Text Example
Text Example
White with #1F1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1811; }
p { color: rgb(31,24,17); }
H1.HeaderClassName
{
color: #1F1811;
}
.AnyTagClassName
{
color: #1F1811;
}
</style>
background-color css
<style>
a { background-color: #1F1811; }
a { background-color: rgb(31,24,17); }
div.DivClassName
{
background-color: #1F1811;
}
.BgClassName
{
background-color: #1F1811;
}
</style>
border-color css
<style>
span { border-color: #1F1811; }
span { border-color: rgb(31,24,17); }
td.TdClassName
{
border-color: #1F1811;
}
.TagClassName
{
border-color: #1F1811;
}
</style>