Shades of Bokara Grey #100D09
Tints of Bokara Grey #100D09
RGB
CMYK
RGB Variations
Color information
#100D09 (or 0x100D09) is known color: Bokara Grey. HEX triplet: 10, 0D and 09. RGB value is (16,13,9). Sum of RGB (Red+Green+Blue) = 16+13+9=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 16 - color contains mainly: red. Hex color #100D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D09 is #EFF2F6. Grayscale: #0D0D0D. Windows color (decimal): -15725303 or 593168. OLE color: 593168.
HSL color Cylindrical-coordinate representation of color #100D09: hue angle of 34.29º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #100D09 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 13 | 9 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.94 |
| HSL | 34.29º | 0.28% | 0.05% | - |
| HSV(B) | 34.29º | 0.44% | 0.06% | - |
| XYZ | 0.41 | 0.42 | 0.32 | - |
| YUV | 13.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 9 | 0 | 0.19 | 0.44 | 0.94 | 34.29 | 0.28 | 0.05 |
| Hex | 10 | D | 9 | 0 | 13 | 2C | 5E | 22 | 1C | 5 |
| Octal | 20 | 15 | 11 | 0 | 23 | 54 | 136 | 42 | 34 | 5 |
| Binary | 10000 | 1101 | 1001 | 0 | 10011 | 101100 | 1011110 | 100010 | 11100 | 101 |
Color Harmonies of #100D09
Complementary color
Monochromatic Colors of #100D09
Black with #100D09
Text Example
Text Example
White with #100D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D09; }
p { color: rgb(16,13,9); }
H1.HeaderClassName
{
color: #100D09;
}
.AnyTagClassName
{
color: #100D09;
}
</style>
background-color css
<style>
a { background-color: #100D09; }
a { background-color: rgb(16,13,9); }
div.DivClassName
{
background-color: #100D09;
}
.BgClassName
{
background-color: #100D09;
}
</style>
border-color css
<style>
span { border-color: #100D09; }
span { border-color: rgb(16,13,9); }
td.TdClassName
{
border-color: #100D09;
}
.TagClassName
{
border-color: #100D09;
}
</style>