Shades of Black #120705
Tints of Black #120705
RGB
CMYK
RGB Variations
Color information
#120705 (or 0x120705) is known color: Black. HEX triplet: 12, 07 and 05. RGB value is (18,7,5). Sum of RGB (Red+Green+Blue) = 18+7+5=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120705 is #EDF8FA. Grayscale: #0A0A0A. Windows color (decimal): -15595771 or 329490. OLE color: 329490.
HSL color Cylindrical-coordinate representation of color #120705: hue angle of 9.23º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120705 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 7 | 5 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.93 |
| HSL | 9.23º | 0.57% | 0.05% | - |
| HSV(B) | 9.23º | 0.72% | 0.07% | - |
| XYZ | 0.35 | 0.29 | 0.18 | - |
| YUV | 10.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 5 | 0 | 0.61 | 0.72 | 0.93 | 9.23 | 0.57 | 0.05 |
| Hex | 12 | 7 | 5 | 0 | 3D | 48 | 5D | 9 | 39 | 5 |
| Octal | 22 | 7 | 5 | 0 | 75 | 110 | 135 | 11 | 71 | 5 |
| Binary | 10010 | 111 | 101 | 0 | 111101 | 1001000 | 1011101 | 1001 | 111001 | 101 |
Color Harmonies of #120705
Complementary color
Monochromatic Colors of #120705
Black with #120705
Text Example
Text Example
White with #120705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120705; }
p { color: rgb(18,7,5); }
H1.HeaderClassName
{
color: #120705;
}
.AnyTagClassName
{
color: #120705;
}
</style>
background-color css
<style>
a { background-color: #120705; }
a { background-color: rgb(18,7,5); }
div.DivClassName
{
background-color: #120705;
}
.BgClassName
{
background-color: #120705;
}
</style>
border-color css
<style>
span { border-color: #120705; }
span { border-color: rgb(18,7,5); }
td.TdClassName
{
border-color: #120705;
}
.TagClassName
{
border-color: #120705;
}
</style>