Shades of Bokara Grey #100F0E
Tints of Bokara Grey #100F0E
RGB
CMYK
RGB Variations
Color information
#100F0E (or 0x100F0E) is known color: Bokara Grey. HEX triplet: 10, 0F and 0E. RGB value is (16,15,14). Sum of RGB (Red+Green+Blue) = 16+15+14=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 16 - color contains mainly: red. Hex color #100F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F0E is #EFF0F1. Grayscale: #0F0F0F. Windows color (decimal): -15724786 or 921360. OLE color: 921360.
HSL color Cylindrical-coordinate representation of color #100F0E: hue angle of 30º degrees, saturation: 0.07, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #100F0E is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 15 | 14 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.94 |
| HSL | 30º | 0.07% | 0.06% | - |
| HSV(B) | 30º | 0.13% | 0.06% | - |
| XYZ | 0.46 | 0.48 | 0.48 | - |
| YUV | 15.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 14 | 0 | 0.06 | 0.13 | 0.94 | 30 | 0.07 | 0.06 |
| Hex | 10 | F | E | 0 | 6 | D | 5E | 1E | 7 | 6 |
| Octal | 20 | 17 | 16 | 0 | 6 | 15 | 136 | 36 | 7 | 6 |
| Binary | 10000 | 1111 | 1110 | 0 | 110 | 1101 | 1011110 | 11110 | 111 | 110 |
Color Harmonies of #100F0E
Complementary color
Monochromatic Colors of #100F0E
Black with #100F0E
Text Example
Text Example
White with #100F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F0E; }
p { color: rgb(16,15,14); }
H1.HeaderClassName
{
color: #100F0E;
}
.AnyTagClassName
{
color: #100F0E;
}
</style>
background-color css
<style>
a { background-color: #100F0E; }
a { background-color: rgb(16,15,14); }
div.DivClassName
{
background-color: #100F0E;
}
.BgClassName
{
background-color: #100F0E;
}
</style>
border-color css
<style>
span { border-color: #100F0E; }
span { border-color: rgb(16,15,14); }
td.TdClassName
{
border-color: #100F0E;
}
.TagClassName
{
border-color: #100F0E;
}
</style>