Shades of Midnight #202F42
Tints of Midnight #202F42
RGB
CMYK
RGB Variations
Color information
#202F42 (or 0x202F42) is known color: Midnight. HEX triplet: 20, 2F and 42. RGB value is (32,47,66). Sum of RGB (Red+Green+Blue) = 32+47+66=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #202F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F42 is #DFD0BD. Grayscale: #2C2C2C. Windows color (decimal): -14667966 or 4337440. OLE color: 4337440.
HSL color Cylindrical-coordinate representation of color #202F42: hue angle of 213.53º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #202F42 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 47 | 66 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.74 |
| HSL | 213.53º | 0.35% | 0.19% | - |
| HSV(B) | 213.53º | 0.52% | 0.26% | - |
| XYZ | 2.6 | 2.73 | 5.55 | - |
| YUV | 44.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 66 | 0.52 | 0.29 | 0 | 0.74 | 213.53 | 0.35 | 0.19 |
| Hex | 20 | 2F | 42 | 34 | 1D | 0 | 4A | D6 | 23 | 13 |
| Octal | 40 | 57 | 102 | 64 | 35 | 0 | 112 | 326 | 43 | 23 |
| Binary | 100000 | 101111 | 1000010 | 110100 | 11101 | 0 | 1001010 | 11010110 | 100011 | 10011 |
Color Harmonies of #202F42
Complementary color
Monochromatic Colors of #202F42
Black with #202F42
Text Example
Text Example
White with #202F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F42; }
p { color: rgb(32,47,66); }
H1.HeaderClassName
{
color: #202F42;
}
.AnyTagClassName
{
color: #202F42;
}
</style>
background-color css
<style>
a { background-color: #202F42; }
a { background-color: rgb(32,47,66); }
div.DivClassName
{
background-color: #202F42;
}
.BgClassName
{
background-color: #202F42;
}
</style>
border-color css
<style>
span { border-color: #202F42; }
span { border-color: rgb(32,47,66); }
td.TdClassName
{
border-color: #202F42;
}
.TagClassName
{
border-color: #202F42;
}
</style>