Shades of Bokara Grey #1F170D
Tints of Bokara Grey #1F170D
RGB
CMYK
RGB Variations
Color information
#1F170D (or 0x1F170D) is known color: Bokara Grey. HEX triplet: 1F, 17 and 0D. RGB value is (31,23,13). Sum of RGB (Red+Green+Blue) = 31+23+13=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F170D is #E0E8F2. Grayscale: #181818. Windows color (decimal): -14739699 or 857887. OLE color: 857887.
HSL color Cylindrical-coordinate representation of color #1F170D: hue angle of 33.33º 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 #1F170D is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 23 | 13 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.88 |
| HSL | 33.33º | 0.41% | 0.09% | - |
| HSV(B) | 33.33º | 0.58% | 0.12% | - |
| XYZ | 0.94 | 0.93 | 0.51 | - |
| YUV | 24.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 13 | 0 | 0.26 | 0.58 | 0.88 | 33.33 | 0.41 | 0.09 |
| Hex | 1F | 17 | D | 0 | 1A | 3A | 58 | 21 | 29 | 9 |
| Octal | 37 | 27 | 15 | 0 | 32 | 72 | 130 | 41 | 51 | 11 |
| Binary | 11111 | 10111 | 1101 | 0 | 11010 | 111010 | 1011000 | 100001 | 101001 | 1001 |
Color Harmonies of #1F170D
Complementary color
Monochromatic Colors of #1F170D
Black with #1F170D
Text Example
Text Example
White with #1F170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F170D; }
p { color: rgb(31,23,13); }
H1.HeaderClassName
{
color: #1F170D;
}
.AnyTagClassName
{
color: #1F170D;
}
</style>
background-color css
<style>
a { background-color: #1F170D; }
a { background-color: rgb(31,23,13); }
div.DivClassName
{
background-color: #1F170D;
}
.BgClassName
{
background-color: #1F170D;
}
</style>
border-color css
<style>
span { border-color: #1F170D; }
span { border-color: rgb(31,23,13); }
td.TdClassName
{
border-color: #1F170D;
}
.TagClassName
{
border-color: #1F170D;
}
</style>