Shades of Bokara Grey #120F0B
Tints of Bokara Grey #120F0B
RGB
CMYK
RGB Variations
Color information
#120F0B (or 0x120F0B) is known color: Bokara Grey. HEX triplet: 12, 0F and 0B. RGB value is (18,15,11). Sum of RGB (Red+Green+Blue) = 18+15+11=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #120F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F0B is #EDF0F4. Grayscale: #0F0F0F. Windows color (decimal): -15593717 or 724754. OLE color: 724754.
HSL color Cylindrical-coordinate representation of color #120F0B: hue angle of 34.29º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #120F0B is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 15 | 11 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.93 |
| HSL | 34.29º | 0.24% | 0.06% | - |
| HSV(B) | 34.29º | 0.39% | 0.07% | - |
| XYZ | 0.48 | 0.49 | 0.39 | - |
| YUV | 15.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 11 | 0 | 0.17 | 0.39 | 0.93 | 34.29 | 0.24 | 0.06 |
| Hex | 12 | F | B | 0 | 11 | 27 | 5D | 22 | 18 | 6 |
| Octal | 22 | 17 | 13 | 0 | 21 | 47 | 135 | 42 | 30 | 6 |
| Binary | 10010 | 1111 | 1011 | 0 | 10001 | 100111 | 1011101 | 100010 | 11000 | 110 |
Color Harmonies of #120F0B
Complementary color
Monochromatic Colors of #120F0B
Black with #120F0B
Text Example
Text Example
White with #120F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F0B; }
p { color: rgb(18,15,11); }
H1.HeaderClassName
{
color: #120F0B;
}
.AnyTagClassName
{
color: #120F0B;
}
</style>
background-color css
<style>
a { background-color: #120F0B; }
a { background-color: rgb(18,15,11); }
div.DivClassName
{
background-color: #120F0B;
}
.BgClassName
{
background-color: #120F0B;
}
</style>
border-color css
<style>
span { border-color: #120F0B; }
span { border-color: rgb(18,15,11); }
td.TdClassName
{
border-color: #120F0B;
}
.TagClassName
{
border-color: #120F0B;
}
</style>