Shades of Black #120902
Tints of Black #120902
RGB
CMYK
RGB Variations
Color information
#120902 (or 0x120902) is known color: Black. HEX triplet: 12, 09 and 02. RGB value is (18,9,2). Sum of RGB (Red+Green+Blue) = 18+9+2=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120902 is #EDF6FD. Grayscale: #0A0A0A. Windows color (decimal): -15595262 or 133394. OLE color: 133394.
HSL color Cylindrical-coordinate representation of color #120902: hue angle of 26.25º 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 #120902 is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 9 | 2 | - |
| CMYK | 0 | 0.5 | 0.89 | 0.93 |
| HSL | 26.25º | 0.8% | 0.04% | - |
| HSV(B) | 26.25º | 0.89% | 0.07% | - |
| XYZ | 0.36 | 0.33 | 0.1 | - |
| YUV | 10.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 2 | 0 | 0.5 | 0.89 | 0.93 | 26.25 | 0.8 | 0.04 |
| Hex | 12 | 9 | 2 | 0 | 32 | 59 | 5D | 1A | 50 | 4 |
| Octal | 22 | 11 | 2 | 0 | 62 | 131 | 135 | 32 | 120 | 4 |
| Binary | 10010 | 1001 | 10 | 0 | 110010 | 1011001 | 1011101 | 11010 | 1010000 | 100 |
Color Harmonies of #120902
Complementary color
Monochromatic Colors of #120902
Black with #120902
Text Example
Text Example
White with #120902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120902; }
p { color: rgb(18,9,2); }
H1.HeaderClassName
{
color: #120902;
}
.AnyTagClassName
{
color: #120902;
}
</style>
background-color css
<style>
a { background-color: #120902; }
a { background-color: rgb(18,9,2); }
div.DivClassName
{
background-color: #120902;
}
.BgClassName
{
background-color: #120902;
}
</style>
border-color css
<style>
span { border-color: #120902; }
span { border-color: rgb(18,9,2); }
td.TdClassName
{
border-color: #120902;
}
.TagClassName
{
border-color: #120902;
}
</style>