Shades of Bokara Grey #120C03
Tints of Bokara Grey #120C03
RGB
CMYK
RGB Variations
Color information
#120C03 (or 0x120C03) is known color: Bokara Grey. HEX triplet: 12, 0C and 03. RGB value is (18,12,3). Sum of RGB (Red+Green+Blue) = 18+12+3=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 3 (1.56% from 255 or 9.09% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120C03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C03 is #EDF3FC. Grayscale: #0C0C0C. Windows color (decimal): -15594493 or 199698. OLE color: 199698.
HSL color Cylindrical-coordinate representation of color #120C03: hue angle of 36º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #120C03 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 12 | 3 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.93 |
| HSL | 36º | 0.71% | 0.04% | - |
| HSV(B) | 36º | 0.83% | 0.07% | - |
| XYZ | 0.4 | 0.4 | 0.14 | - |
| YUV | 12.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 3 | 0 | 0.33 | 0.83 | 0.93 | 36 | 0.71 | 0.04 |
| Hex | 12 | C | 3 | 0 | 21 | 53 | 5D | 24 | 47 | 4 |
| Octal | 22 | 14 | 3 | 0 | 41 | 123 | 135 | 44 | 107 | 4 |
| Binary | 10010 | 1100 | 11 | 0 | 100001 | 1010011 | 1011101 | 100100 | 1000111 | 100 |
Color Harmonies of #120C03
Complementary color
Monochromatic Colors of #120C03
Black with #120C03
Text Example
Text Example
White with #120C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C03; }
p { color: rgb(18,12,3); }
H1.HeaderClassName
{
color: #120C03;
}
.AnyTagClassName
{
color: #120C03;
}
</style>
background-color css
<style>
a { background-color: #120C03; }
a { background-color: rgb(18,12,3); }
div.DivClassName
{
background-color: #120C03;
}
.BgClassName
{
background-color: #120C03;
}
</style>
border-color css
<style>
span { border-color: #120C03; }
span { border-color: rgb(18,12,3); }
td.TdClassName
{
border-color: #120C03;
}
.TagClassName
{
border-color: #120C03;
}
</style>