Shades of Midnight #20313F
Tints of Midnight #20313F
RGB
CMYK
RGB Variations
Color information
#20313F (or 0x20313F) is known color: Midnight. HEX triplet: 20, 31 and 3F. RGB value is (32,49,63). Sum of RGB (Red+Green+Blue) = 32+49+63=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #20313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20313F is #DFCEC0. Grayscale: #2D2D2D. Windows color (decimal): -14667457 or 4141344. OLE color: 4141344.
HSL color Cylindrical-coordinate representation of color #20313F: hue angle of 207.1º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #20313F is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 49 | 63 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.75 |
| HSL | 207.1º | 0.33% | 0.19% | - |
| HSV(B) | 207.1º | 0.49% | 0.25% | - |
| XYZ | 2.59 | 2.86 | 5.12 | - |
| YUV | 45.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 63 | 0.49 | 0.22 | 0 | 0.75 | 207.1 | 0.33 | 0.19 |
| Hex | 20 | 31 | 3F | 31 | 16 | 0 | 4B | CF | 21 | 13 |
| Octal | 40 | 61 | 77 | 61 | 26 | 0 | 113 | 317 | 41 | 23 |
| Binary | 100000 | 110001 | 111111 | 110001 | 10110 | 0 | 1001011 | 11001111 | 100001 | 10011 |
Color Harmonies of #20313F
Complementary color
Monochromatic Colors of #20313F
Black with #20313F
Text Example
Text Example
White with #20313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20313F; }
p { color: rgb(32,49,63); }
H1.HeaderClassName
{
color: #20313F;
}
.AnyTagClassName
{
color: #20313F;
}
</style>
background-color css
<style>
a { background-color: #20313F; }
a { background-color: rgb(32,49,63); }
div.DivClassName
{
background-color: #20313F;
}
.BgClassName
{
background-color: #20313F;
}
</style>
border-color css
<style>
span { border-color: #20313F; }
span { border-color: rgb(32,49,63); }
td.TdClassName
{
border-color: #20313F;
}
.TagClassName
{
border-color: #20313F;
}
</style>