Shades of Bokara Grey #1F1309
Tints of Bokara Grey #1F1309
RGB
CMYK
RGB Variations
Color information
#1F1309 (or 0x1F1309) is known color: Bokara Grey. HEX triplet: 1F, 13 and 09. RGB value is (31,19,9). Sum of RGB (Red+Green+Blue) = 31+19+9=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1309 is #E0ECF6. Grayscale: #151515. Windows color (decimal): -14740727 or 594719. OLE color: 594719.
HSL color Cylindrical-coordinate representation of color #1F1309: hue angle of 27.27º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F1309 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 9 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.88 |
| HSL | 27.27º | 0.55% | 0.08% | - |
| HSV(B) | 27.27º | 0.71% | 0.12% | - |
| XYZ | 0.85 | 0.78 | 0.36 | - |
| YUV | 21.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 9 | 0 | 0.39 | 0.71 | 0.88 | 27.27 | 0.55 | 0.08 |
| Hex | 1F | 13 | 9 | 0 | 27 | 47 | 58 | 1B | 37 | 8 |
| Octal | 37 | 23 | 11 | 0 | 47 | 107 | 130 | 33 | 67 | 10 |
| Binary | 11111 | 10011 | 1001 | 0 | 100111 | 1000111 | 1011000 | 11011 | 110111 | 1000 |
Color Harmonies of #1F1309
Complementary color
Monochromatic Colors of #1F1309
Black with #1F1309
Text Example
Text Example
White with #1F1309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1309; }
p { color: rgb(31,19,9); }
H1.HeaderClassName
{
color: #1F1309;
}
.AnyTagClassName
{
color: #1F1309;
}
</style>
background-color css
<style>
a { background-color: #1F1309; }
a { background-color: rgb(31,19,9); }
div.DivClassName
{
background-color: #1F1309;
}
.BgClassName
{
background-color: #1F1309;
}
</style>
border-color css
<style>
span { border-color: #1F1309; }
span { border-color: rgb(31,19,9); }
td.TdClassName
{
border-color: #1F1309;
}
.TagClassName
{
border-color: #1F1309;
}
</style>