Shades of Bokara Grey #120E09
Tints of Bokara Grey #120E09
RGB
CMYK
RGB Variations
Color information
#120E09 (or 0x120E09) is known color: Bokara Grey. HEX triplet: 12, 0E and 09. RGB value is (18,14,9). Sum of RGB (Red+Green+Blue) = 18+14+9=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #120E09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E09 is #EDF1F6. Grayscale: #0E0E0E. Windows color (decimal): -15593975 or 593426. OLE color: 593426.
HSL color Cylindrical-coordinate representation of color #120E09: hue angle of 33.33º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #120E09 is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 14 | 9 | - |
| CMYK | 0 | 0.22 | 0.5 | 0.93 |
| HSL | 33.33º | 0.33% | 0.05% | - |
| HSV(B) | 33.33º | 0.5% | 0.07% | - |
| XYZ | 0.46 | 0.46 | 0.32 | - |
| YUV | 14.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 9 | 0 | 0.22 | 0.5 | 0.93 | 33.33 | 0.33 | 0.05 |
| Hex | 12 | E | 9 | 0 | 16 | 32 | 5D | 21 | 21 | 5 |
| Octal | 22 | 16 | 11 | 0 | 26 | 62 | 135 | 41 | 41 | 5 |
| Binary | 10010 | 1110 | 1001 | 0 | 10110 | 110010 | 1011101 | 100001 | 100001 | 101 |
Color Harmonies of #120E09
Complementary color
Monochromatic Colors of #120E09
Black with #120E09
Text Example
Text Example
White with #120E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E09; }
p { color: rgb(18,14,9); }
H1.HeaderClassName
{
color: #120E09;
}
.AnyTagClassName
{
color: #120E09;
}
</style>
background-color css
<style>
a { background-color: #120E09; }
a { background-color: rgb(18,14,9); }
div.DivClassName
{
background-color: #120E09;
}
.BgClassName
{
background-color: #120E09;
}
</style>
border-color css
<style>
span { border-color: #120E09; }
span { border-color: rgb(18,14,9); }
td.TdClassName
{
border-color: #120E09;
}
.TagClassName
{
border-color: #120E09;
}
</style>