Shades of Bokara Grey #120F0A
Tints of Bokara Grey #120F0A
RGB
CMYK
RGB Variations
Color information
#120F0A (or 0x120F0A) is known color: Bokara Grey. HEX triplet: 12, 0F and 0A. RGB value is (18,15,10). Sum of RGB (Red+Green+Blue) = 18+15+10=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 18 - color contains mainly: red. Hex color #120F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F0A is #EDF0F5. Grayscale: #0F0F0F. Windows color (decimal): -15593718 or 659218. OLE color: 659218.
HSL color Cylindrical-coordinate representation of color #120F0A: hue angle of 37.5º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #120F0A is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 15 | 10 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.93 |
| HSL | 37.5º | 0.29% | 0.05% | - |
| HSV(B) | 37.5º | 0.44% | 0.07% | - |
| XYZ | 0.48 | 0.49 | 0.36 | - |
| YUV | 15.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 10 | 0 | 0.17 | 0.44 | 0.93 | 37.5 | 0.29 | 0.05 |
| Hex | 12 | F | A | 0 | 11 | 2C | 5D | 26 | 1D | 5 |
| Octal | 22 | 17 | 12 | 0 | 21 | 54 | 135 | 46 | 35 | 5 |
| Binary | 10010 | 1111 | 1010 | 0 | 10001 | 101100 | 1011101 | 100110 | 11101 | 101 |
Color Harmonies of #120F0A
Complementary color
Monochromatic Colors of #120F0A
Black with #120F0A
Text Example
Text Example
White with #120F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F0A; }
p { color: rgb(18,15,10); }
H1.HeaderClassName
{
color: #120F0A;
}
.AnyTagClassName
{
color: #120F0A;
}
</style>
background-color css
<style>
a { background-color: #120F0A; }
a { background-color: rgb(18,15,10); }
div.DivClassName
{
background-color: #120F0A;
}
.BgClassName
{
background-color: #120F0A;
}
</style>
border-color css
<style>
span { border-color: #120F0A; }
span { border-color: rgb(18,15,10); }
td.TdClassName
{
border-color: #120F0A;
}
.TagClassName
{
border-color: #120F0A;
}
</style>