Shades of Midnight Moss #121915
Tints of Midnight Moss #121915
RGB
CMYK
RGB Variations
Color information
#121915 (or 0x121915) is known color: Midnight Moss. HEX triplet: 12, 19 and 15. RGB value is (18,25,21). Sum of RGB (Red+Green+Blue) = 18+25+21=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 25 - color contains mainly: green. Hex color #121915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121915 is #EDE6EA. Grayscale: #161616. Windows color (decimal): -15591147 or 1382674. OLE color: 1382674.
HSL color Cylindrical-coordinate representation of color #121915: hue angle of 145.71º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #121915 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 25 | 21 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.90 |
| HSL | 145.71º | 0.16% | 0.08% | - |
| HSV(B) | 145.71º | 0.28% | 0.1% | - |
| XYZ | 0.73 | 0.88 | 0.84 | - |
| YUV | 22.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 21 | 0.28 | 0 | 0.16 | 0.90 | 145.71 | 0.16 | 0.08 |
| Hex | 12 | 19 | 15 | 1C | 0 | 10 | 5A | 92 | 10 | 8 |
| Octal | 22 | 31 | 25 | 34 | 0 | 20 | 132 | 222 | 20 | 10 |
| Binary | 10010 | 11001 | 10101 | 11100 | 0 | 10000 | 1011010 | 10010010 | 10000 | 1000 |
Color Harmonies of #121915
Complementary color
Monochromatic Colors of #121915
Black with #121915
Text Example
Text Example
White with #121915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121915; }
p { color: rgb(18,25,21); }
H1.HeaderClassName
{
color: #121915;
}
.AnyTagClassName
{
color: #121915;
}
</style>
background-color css
<style>
a { background-color: #121915; }
a { background-color: rgb(18,25,21); }
div.DivClassName
{
background-color: #121915;
}
.BgClassName
{
background-color: #121915;
}
</style>
border-color css
<style>
span { border-color: #121915; }
span { border-color: rgb(18,25,21); }
td.TdClassName
{
border-color: #121915;
}
.TagClassName
{
border-color: #121915;
}
</style>