Shades of Black #120A03
Tints of Black #120A03
RGB
CMYK
RGB Variations
Color information
#120A03 (or 0x120A03) is known color: Black. HEX triplet: 12, 0A and 03. RGB value is (18,10,3). Sum of RGB (Red+Green+Blue) = 18+10+3=31 (4% of max value = 765). Red value is 18 (7.42% from 255 or 58.06% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 3 (1.56% from 255 or 9.68% from 31); Max value from RGB is 18 - color contains mainly: red. Hex color #120A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A03 is #EDF5FC. Grayscale: #0B0B0B. Windows color (decimal): -15595005 or 199186. OLE color: 199186.
HSL color Cylindrical-coordinate representation of color #120A03: hue angle of 28º 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 #120A03 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 10 | 3 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.93 |
| HSL | 28º | 0.71% | 0.04% | - |
| HSV(B) | 28º | 0.83% | 0.07% | - |
| XYZ | 0.37 | 0.35 | 0.13 | - |
| YUV | 11.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 3 | 0 | 0.44 | 0.83 | 0.93 | 28 | 0.71 | 0.04 |
| Hex | 12 | A | 3 | 0 | 2C | 53 | 5D | 1C | 47 | 4 |
| Octal | 22 | 12 | 3 | 0 | 54 | 123 | 135 | 34 | 107 | 4 |
| Binary | 10010 | 1010 | 11 | 0 | 101100 | 1010011 | 1011101 | 11100 | 1000111 | 100 |
Color Harmonies of #120A03
Complementary color
Monochromatic Colors of #120A03
Black with #120A03
Text Example
Text Example
White with #120A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A03; }
p { color: rgb(18,10,3); }
H1.HeaderClassName
{
color: #120A03;
}
.AnyTagClassName
{
color: #120A03;
}
</style>
background-color css
<style>
a { background-color: #120A03; }
a { background-color: rgb(18,10,3); }
div.DivClassName
{
background-color: #120A03;
}
.BgClassName
{
background-color: #120A03;
}
</style>
border-color css
<style>
span { border-color: #120A03; }
span { border-color: rgb(18,10,3); }
td.TdClassName
{
border-color: #120A03;
}
.TagClassName
{
border-color: #120A03;
}
</style>