Shades of Bokara Grey #1F1912
Tints of Bokara Grey #1F1912
RGB
CMYK
RGB Variations
Color information
#1F1912 (or 0x1F1912) is known color: Bokara Grey. HEX triplet: 1F, 19 and 12. RGB value is (31,25,18). Sum of RGB (Red+Green+Blue) = 31+25+18=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1912 is #E0E6ED. Grayscale: #1A1A1A. Windows color (decimal): -14739182 or 1186079. OLE color: 1186079.
HSL color Cylindrical-coordinate representation of color #1F1912: hue angle of 32.31º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F1912 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 25 | 18 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.88 |
| HSL | 32.31º | 0.27% | 0.1% | - |
| HSV(B) | 32.31º | 0.42% | 0.12% | - |
| XYZ | 1.02 | 1.03 | 0.72 | - |
| YUV | 26 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 18 | 0 | 0.19 | 0.42 | 0.88 | 32.31 | 0.27 | 0.1 |
| Hex | 1F | 19 | 12 | 0 | 13 | 2A | 58 | 20 | 1B | A |
| Octal | 37 | 31 | 22 | 0 | 23 | 52 | 130 | 40 | 33 | 12 |
| Binary | 11111 | 11001 | 10010 | 0 | 10011 | 101010 | 1011000 | 100000 | 11011 | 1010 |
Color Harmonies of #1F1912
Complementary color
Monochromatic Colors of #1F1912
Black with #1F1912
Text Example
Text Example
White with #1F1912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1912; }
p { color: rgb(31,25,18); }
H1.HeaderClassName
{
color: #1F1912;
}
.AnyTagClassName
{
color: #1F1912;
}
</style>
background-color css
<style>
a { background-color: #1F1912; }
a { background-color: rgb(31,25,18); }
div.DivClassName
{
background-color: #1F1912;
}
.BgClassName
{
background-color: #1F1912;
}
</style>
border-color css
<style>
span { border-color: #1F1912; }
span { border-color: rgb(31,25,18); }
td.TdClassName
{
border-color: #1F1912;
}
.TagClassName
{
border-color: #1F1912;
}
</style>