Shades of Black #120400
Tints of Black #120400
RGB
CMYK
RGB Variations
Color information
#120400 (or 0x120400) is known color: Black. HEX triplet: 12, 04 and 00. RGB value is (18,4,0). Sum of RGB (Red+Green+Blue) = 18+4+0=22 (2% of max value = 765). Red value is 18 (7.42% from 255 or 81.82% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 18 - color contains mainly: red. Hex color #120400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120400 is #EDFBFF. Grayscale: #070707. Windows color (decimal): -15596544 or 1042. OLE color: 1042.
HSL color Cylindrical-coordinate representation of color #120400: hue angle of 13.33º 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 #120400 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 4 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.93 |
| HSL | 13.33º | 1% | 0.04% | - |
| HSV(B) | 13.33º | 1% | 0.07% | - |
| XYZ | 0.29 | 0.22 | 0.03 | - |
| YUV | 7.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 0 | 0 | 0.78 | 1 | 0.93 | 13.33 | 1 | 0.04 |
| Hex | 12 | 4 | 0 | 0 | 4E | 64 | 5D | D | 64 | 4 |
| Octal | 22 | 4 | 0 | 0 | 116 | 144 | 135 | 15 | 144 | 4 |
| Binary | 10010 | 100 | 0 | 0 | 1001110 | 1100100 | 1011101 | 1101 | 1100100 | 100 |
Color Harmonies of #120400
Complementary color
Monochromatic Colors of #120400
Black with #120400
Text Example
Text Example
White with #120400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120400; }
p { color: rgb(18,4,0); }
H1.HeaderClassName
{
color: #120400;
}
.AnyTagClassName
{
color: #120400;
}
</style>
background-color css
<style>
a { background-color: #120400; }
a { background-color: rgb(18,4,0); }
div.DivClassName
{
background-color: #120400;
}
.BgClassName
{
background-color: #120400;
}
</style>
border-color css
<style>
span { border-color: #120400; }
span { border-color: rgb(18,4,0); }
td.TdClassName
{
border-color: #120400;
}
.TagClassName
{
border-color: #120400;
}
</style>