Shades of Midnight #202F41
Tints of Midnight #202F41
RGB
CMYK
RGB Variations
Color information
#202F41 (or 0x202F41) is known color: Midnight. HEX triplet: 20, 2F and 41. RGB value is (32,47,65). Sum of RGB (Red+Green+Blue) = 32+47+65=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #202F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F41 is #DFD0BE. Grayscale: #2C2C2C. Windows color (decimal): -14667967 or 4271904. OLE color: 4271904.
HSL color Cylindrical-coordinate representation of color #202F41: hue angle of 212.73º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #202F41 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 47 | 65 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.75 |
| HSL | 212.73º | 0.34% | 0.19% | - |
| HSV(B) | 212.73º | 0.51% | 0.25% | - |
| XYZ | 2.57 | 2.72 | 5.39 | - |
| YUV | 44.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 65 | 0.51 | 0.28 | 0 | 0.75 | 212.73 | 0.34 | 0.19 |
| Hex | 20 | 2F | 41 | 33 | 1C | 0 | 4B | D5 | 22 | 13 |
| Octal | 40 | 57 | 101 | 63 | 34 | 0 | 113 | 325 | 42 | 23 |
| Binary | 100000 | 101111 | 1000001 | 110011 | 11100 | 0 | 1001011 | 11010101 | 100010 | 10011 |
Color Harmonies of #202F41
Complementary color
Monochromatic Colors of #202F41
Black with #202F41
Text Example
Text Example
White with #202F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F41; }
p { color: rgb(32,47,65); }
H1.HeaderClassName
{
color: #202F41;
}
.AnyTagClassName
{
color: #202F41;
}
</style>
background-color css
<style>
a { background-color: #202F41; }
a { background-color: rgb(32,47,65); }
div.DivClassName
{
background-color: #202F41;
}
.BgClassName
{
background-color: #202F41;
}
</style>
border-color css
<style>
span { border-color: #202F41; }
span { border-color: rgb(32,47,65); }
td.TdClassName
{
border-color: #202F41;
}
.TagClassName
{
border-color: #202F41;
}
</style>