Shades of Black #120702
Tints of Black #120702
RGB
CMYK
RGB Variations
Color information
#120702 (or 0x120702) is known color: Black. HEX triplet: 12, 07 and 02. RGB value is (18,7,2). Sum of RGB (Red+Green+Blue) = 18+7+2=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120702 is #EDF8FD. Grayscale: #090909. Windows color (decimal): -15595774 or 132882. OLE color: 132882.
HSL color Cylindrical-coordinate representation of color #120702: hue angle of 18.75º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120702 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 7 | 2 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.93 |
| HSL | 18.75º | 0.8% | 0.04% | - |
| HSV(B) | 18.75º | 0.89% | 0.07% | - |
| XYZ | 0.34 | 0.28 | 0.09 | - |
| YUV | 9.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 2 | 0 | 0.61 | 0.89 | 0.93 | 18.75 | 0.8 | 0.04 |
| Hex | 12 | 7 | 2 | 0 | 3D | 59 | 5D | 13 | 50 | 4 |
| Octal | 22 | 7 | 2 | 0 | 75 | 131 | 135 | 23 | 120 | 4 |
| Binary | 10010 | 111 | 10 | 0 | 111101 | 1011001 | 1011101 | 10011 | 1010000 | 100 |
Color Harmonies of #120702
Complementary color
Monochromatic Colors of #120702
Black with #120702
Text Example
Text Example
White with #120702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120702; }
p { color: rgb(18,7,2); }
H1.HeaderClassName
{
color: #120702;
}
.AnyTagClassName
{
color: #120702;
}
</style>
background-color css
<style>
a { background-color: #120702; }
a { background-color: rgb(18,7,2); }
div.DivClassName
{
background-color: #120702;
}
.BgClassName
{
background-color: #120702;
}
</style>
border-color css
<style>
span { border-color: #120702; }
span { border-color: rgb(18,7,2); }
td.TdClassName
{
border-color: #120702;
}
.TagClassName
{
border-color: #120702;
}
</style>