Shades of Black #120A07
Tints of Black #120A07
RGB
CMYK
RGB Variations
Color information
#120A07 (or 0x120A07) is known color: Black. HEX triplet: 12, 0A and 07. RGB value is (18,10,7). Sum of RGB (Red+Green+Blue) = 18+10+7=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A07 is #EDF5F8. Grayscale: #0C0C0C. Windows color (decimal): -15595001 or 461330. OLE color: 461330.
HSL color Cylindrical-coordinate representation of color #120A07: hue angle of 16.36º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #120A07 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 10 | 7 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.93 |
| HSL | 16.36º | 0.44% | 0.05% | - |
| HSV(B) | 16.36º | 0.61% | 0.07% | - |
| XYZ | 0.4 | 0.36 | 0.25 | - |
| YUV | 12.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 7 | 0 | 0.44 | 0.61 | 0.93 | 16.36 | 0.44 | 0.05 |
| Hex | 12 | A | 7 | 0 | 2C | 3D | 5D | 10 | 2C | 5 |
| Octal | 22 | 12 | 7 | 0 | 54 | 75 | 135 | 20 | 54 | 5 |
| Binary | 10010 | 1010 | 111 | 0 | 101100 | 111101 | 1011101 | 10000 | 101100 | 101 |
Color Harmonies of #120A07
Complementary color
Monochromatic Colors of #120A07
Black with #120A07
Text Example
Text Example
White with #120A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A07; }
p { color: rgb(18,10,7); }
H1.HeaderClassName
{
color: #120A07;
}
.AnyTagClassName
{
color: #120A07;
}
</style>
background-color css
<style>
a { background-color: #120A07; }
a { background-color: rgb(18,10,7); }
div.DivClassName
{
background-color: #120A07;
}
.BgClassName
{
background-color: #120A07;
}
</style>
border-color css
<style>
span { border-color: #120A07; }
span { border-color: rgb(18,10,7); }
td.TdClassName
{
border-color: #120A07;
}
.TagClassName
{
border-color: #120A07;
}
</style>