Shades of Black #120A02
Tints of Black #120A02
RGB
CMYK
RGB Variations
Color information
#120A02 (or 0x120A02) is known color: Black. HEX triplet: 12, 0A and 02. RGB value is (18,10,2). Sum of RGB (Red+Green+Blue) = 18+10+2=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A02 is #EDF5FD. Grayscale: #0B0B0B. Windows color (decimal): -15595006 or 133650. OLE color: 133650.
HSL color Cylindrical-coordinate representation of color #120A02: hue angle of 30º 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 #120A02 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 10 | 2 | - |
CMYK | 0 | 0.44 | 0.89 | 0.93 |
HSL | 30º | 0.8% | 0.04% | - |
HSV(B) | 30º | 0.89% | 0.07% | - |
XYZ | 0.37 | 0.35 | 0.11 | - |
YUV | 11.48 | 122.65 | 132.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 10 | 2 | 0 | 0.44 | 0.89 | 0.93 | 30 | 0.8 | 0.04 |
Hex | 12 | A | 2 | 0 | 2C | 59 | 5D | 1E | 50 | 4 |
Octal | 22 | 12 | 2 | 0 | 54 | 131 | 135 | 36 | 120 | 4 |
Binary | 10010 | 1010 | 10 | 0 | 101100 | 1011001 | 1011101 | 11110 | 1010000 | 100 |
Color Harmonies of #120A02
Complementary color
Monochromatic Colors of #120A02
Black with #120A02
Text Example
Text Example
White with #120A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A02; }
p { color: rgb(18,10,2); }
H1.HeaderClassName
{
color: #120A02;
}
.AnyTagClassName
{
color: #120A02;
}
</style>
background-color css
<style>
a { background-color: #120A02; }
a { background-color: rgb(18,10,2); }
div.DivClassName
{
background-color: #120A02;
}
.BgClassName
{
background-color: #120A02;
}
</style>
border-color css
<style>
span { border-color: #120A02; }
span { border-color: rgb(18,10,2); }
td.TdClassName
{
border-color: #120A02;
}
.TagClassName
{
border-color: #120A02;
}
</style>