Shades of Bokara Grey #1F180D
Tints of Bokara Grey #1F180D
RGB
CMYK
RGB Variations
Color information
#1F180D (or 0x1F180D) is known color: Bokara Grey. HEX triplet: 1F, 18 and 0D. RGB value is (31,24,13). Sum of RGB (Red+Green+Blue) = 31+24+13=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F180D is #E0E7F2. Grayscale: #181818. Windows color (decimal): -14739443 or 858143. OLE color: 858143.
HSL color Cylindrical-coordinate representation of color #1F180D: hue angle of 36.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F180D is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 24 | 13 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.88 |
| HSL | 36.67º | 0.41% | 0.09% | - |
| HSV(B) | 36.67º | 0.58% | 0.12% | - |
| XYZ | 0.96 | 0.97 | 0.52 | - |
| YUV | 24.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 13 | 0 | 0.23 | 0.58 | 0.88 | 36.67 | 0.41 | 0.09 |
| Hex | 1F | 18 | D | 0 | 17 | 3A | 58 | 25 | 29 | 9 |
| Octal | 37 | 30 | 15 | 0 | 27 | 72 | 130 | 45 | 51 | 11 |
| Binary | 11111 | 11000 | 1101 | 0 | 10111 | 111010 | 1011000 | 100101 | 101001 | 1001 |
Color Harmonies of #1F180D
Complementary color
Monochromatic Colors of #1F180D
Black with #1F180D
Text Example
Text Example
White with #1F180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F180D; }
p { color: rgb(31,24,13); }
H1.HeaderClassName
{
color: #1F180D;
}
.AnyTagClassName
{
color: #1F180D;
}
</style>
background-color css
<style>
a { background-color: #1F180D; }
a { background-color: rgb(31,24,13); }
div.DivClassName
{
background-color: #1F180D;
}
.BgClassName
{
background-color: #1F180D;
}
</style>
border-color css
<style>
span { border-color: #1F180D; }
span { border-color: rgb(31,24,13); }
td.TdClassName
{
border-color: #1F180D;
}
.TagClassName
{
border-color: #1F180D;
}
</style>