Shades of Midnight Moss #212A25
Tints of Midnight Moss #212A25
RGB
CMYK
RGB Variations
Color information
#212A25 (or 0x212A25) is known color: Midnight Moss. HEX triplet: 21, 2A and 25. RGB value is (33,42,37). Sum of RGB (Red+Green+Blue) = 33+42+37=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 42 - color contains mainly: green. Hex color #212A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A25 is #DED5DA. Grayscale: #262626. Windows color (decimal): -14603739 or 2435617. OLE color: 2435617.
HSL color Cylindrical-coordinate representation of color #212A25: hue angle of 146.67º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #212A25 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 42 | 37 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.84 |
| HSL | 146.67º | 0.12% | 0.15% | - |
| HSV(B) | 146.67º | 0.21% | 0.16% | - |
| XYZ | 1.79 | 2.11 | 2.06 | - |
| YUV | 38.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 37 | 0.21 | 0 | 0.12 | 0.84 | 146.67 | 0.12 | 0.15 |
| Hex | 21 | 2A | 25 | 15 | 0 | C | 54 | 93 | C | F |
| Octal | 41 | 52 | 45 | 25 | 0 | 14 | 124 | 223 | 14 | 17 |
| Binary | 100001 | 101010 | 100101 | 10101 | 0 | 1100 | 1010100 | 10010011 | 1100 | 1111 |
Color Harmonies of #212A25
Complementary color
Monochromatic Colors of #212A25
Black with #212A25
Text Example
Text Example
White with #212A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A25; }
p { color: rgb(33,42,37); }
H1.HeaderClassName
{
color: #212A25;
}
.AnyTagClassName
{
color: #212A25;
}
</style>
background-color css
<style>
a { background-color: #212A25; }
a { background-color: rgb(33,42,37); }
div.DivClassName
{
background-color: #212A25;
}
.BgClassName
{
background-color: #212A25;
}
</style>
border-color css
<style>
span { border-color: #212A25; }
span { border-color: rgb(33,42,37); }
td.TdClassName
{
border-color: #212A25;
}
.TagClassName
{
border-color: #212A25;
}
</style>