Shades of Midnight Moss #203027
Tints of Midnight Moss #203027
RGB
CMYK
RGB Variations
Color information
#203027 (or 0x203027) is known color: Midnight Moss. HEX triplet: 20, 30 and 27. RGB value is (32,48,39). Sum of RGB (Red+Green+Blue) = 32+48+39=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #203027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203027 is #DFCFD8. Grayscale: #2A2A2A. Windows color (decimal): -14667737 or 2568224. OLE color: 2568224.
HSL color Cylindrical-coordinate representation of color #203027: hue angle of 146.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #203027 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 48 | 39 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.81 |
| HSL | 146.25º | 0.2% | 0.16% | - |
| HSV(B) | 146.25º | 0.33% | 0.19% | - |
| XYZ | 2.02 | 2.57 | 2.31 | - |
| YUV | 42.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 39 | 0.33 | 0 | 0.19 | 0.81 | 146.25 | 0.2 | 0.16 |
| Hex | 20 | 30 | 27 | 21 | 0 | 13 | 51 | 92 | 14 | 10 |
| Octal | 40 | 60 | 47 | 41 | 0 | 23 | 121 | 222 | 24 | 20 |
| Binary | 100000 | 110000 | 100111 | 100001 | 0 | 10011 | 1010001 | 10010010 | 10100 | 10000 |
Color Harmonies of #203027
Complementary color
Monochromatic Colors of #203027
Black with #203027
Text Example
Text Example
White with #203027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203027; }
p { color: rgb(32,48,39); }
H1.HeaderClassName
{
color: #203027;
}
.AnyTagClassName
{
color: #203027;
}
</style>
background-color css
<style>
a { background-color: #203027; }
a { background-color: rgb(32,48,39); }
div.DivClassName
{
background-color: #203027;
}
.BgClassName
{
background-color: #203027;
}
</style>
border-color css
<style>
span { border-color: #203027; }
span { border-color: rgb(32,48,39); }
td.TdClassName
{
border-color: #203027;
}
.TagClassName
{
border-color: #203027;
}
</style>