Shades of Bokara Grey #120B00
Tints of Bokara Grey #120B00
RGB
CMYK
RGB Variations
Color information
#120B00 (or 0x120B00) is known color: Bokara Grey. HEX triplet: 12, 0B and 00. RGB value is (18,11,0). Sum of RGB (Red+Green+Blue) = 18+11+0=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 11 (4.69% from 255 or 37.93% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B00 is #EDF4FF. Grayscale: #0B0B0B. Windows color (decimal): -15594752 or 2834. OLE color: 2834.
HSL color Cylindrical-coordinate representation of color #120B00: hue angle of 36.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120B00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 11 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.93 |
| HSL | 36.67º | 1% | 0.04% | - |
| HSV(B) | 36.67º | 1% | 0.07% | - |
| XYZ | 0.37 | 0.37 | 0.05 | - |
| YUV | 11.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 0 | 0 | 0.39 | 1 | 0.93 | 36.67 | 1 | 0.04 |
| Hex | 12 | B | 0 | 0 | 27 | 64 | 5D | 25 | 64 | 4 |
| Octal | 22 | 13 | 0 | 0 | 47 | 144 | 135 | 45 | 144 | 4 |
| Binary | 10010 | 1011 | 0 | 0 | 100111 | 1100100 | 1011101 | 100101 | 1100100 | 100 |
Color Harmonies of #120B00
Complementary color
Monochromatic Colors of #120B00
Black with #120B00
Text Example
Text Example
White with #120B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B00; }
p { color: rgb(18,11,0); }
H1.HeaderClassName
{
color: #120B00;
}
.AnyTagClassName
{
color: #120B00;
}
</style>
background-color css
<style>
a { background-color: #120B00; }
a { background-color: rgb(18,11,0); }
div.DivClassName
{
background-color: #120B00;
}
.BgClassName
{
background-color: #120B00;
}
</style>
border-color css
<style>
span { border-color: #120B00; }
span { border-color: rgb(18,11,0); }
td.TdClassName
{
border-color: #120B00;
}
.TagClassName
{
border-color: #120B00;
}
</style>