Shades of Bokara Grey #1F180E
Tints of Bokara Grey #1F180E
RGB
CMYK
RGB Variations
Color information
#1F180E (or 0x1F180E) is known color: Bokara Grey. HEX triplet: 1F, 18 and 0E. RGB value is (31,24,14). Sum of RGB (Red+Green+Blue) = 31+24+14=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 24 (9.77% from 255 or 34.78% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 31 - color contains mainly: red. Hex color #1F180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F180E is #E0E7F1. Grayscale: #191919. Windows color (decimal): -14739442 or 923679. OLE color: 923679.
HSL color Cylindrical-coordinate representation of color #1F180E: hue angle of 35.29º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F180E is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 24 | 14 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.88 |
| HSL | 35.29º | 0.38% | 0.09% | - |
| HSV(B) | 35.29º | 0.55% | 0.12% | - |
| XYZ | 0.97 | 0.98 | 0.55 | - |
| YUV | 24.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 14 | 0 | 0.23 | 0.55 | 0.88 | 35.29 | 0.38 | 0.09 |
| Hex | 1F | 18 | E | 0 | 17 | 37 | 58 | 23 | 26 | 9 |
| Octal | 37 | 30 | 16 | 0 | 27 | 67 | 130 | 43 | 46 | 11 |
| Binary | 11111 | 11000 | 1110 | 0 | 10111 | 110111 | 1011000 | 100011 | 100110 | 1001 |
Color Harmonies of #1F180E
Complementary color
Monochromatic Colors of #1F180E
Black with #1F180E
Text Example
Text Example
White with #1F180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F180E; }
p { color: rgb(31,24,14); }
H1.HeaderClassName
{
color: #1F180E;
}
.AnyTagClassName
{
color: #1F180E;
}
</style>
background-color css
<style>
a { background-color: #1F180E; }
a { background-color: rgb(31,24,14); }
div.DivClassName
{
background-color: #1F180E;
}
.BgClassName
{
background-color: #1F180E;
}
</style>
border-color css
<style>
span { border-color: #1F180E; }
span { border-color: rgb(31,24,14); }
td.TdClassName
{
border-color: #1F180E;
}
.TagClassName
{
border-color: #1F180E;
}
</style>