Shades of Midnight #212F41
Tints of Midnight #212F41
RGB
CMYK
RGB Variations
Color information
#212F41 (or 0x212F41) is known color: Midnight. HEX triplet: 21, 2F and 41. RGB value is (33,47,65). Sum of RGB (Red+Green+Blue) = 33+47+65=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #212F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F41 is #DED0BE. Grayscale: #2C2C2C. Windows color (decimal): -14602431 or 4271905. OLE color: 4271905.
HSL color Cylindrical-coordinate representation of color #212F41: hue angle of 213.75º 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 #212F41 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 47 | 65 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.75 |
| HSL | 213.75º | 0.33% | 0.19% | - |
| HSV(B) | 213.75º | 0.49% | 0.25% | - |
| XYZ | 2.6 | 2.74 | 5.39 | - |
| YUV | 44.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 65 | 0.49 | 0.28 | 0 | 0.75 | 213.75 | 0.33 | 0.19 |
| Hex | 21 | 2F | 41 | 31 | 1C | 0 | 4B | D6 | 21 | 13 |
| Octal | 41 | 57 | 101 | 61 | 34 | 0 | 113 | 326 | 41 | 23 |
| Binary | 100001 | 101111 | 1000001 | 110001 | 11100 | 0 | 1001011 | 11010110 | 100001 | 10011 |
Color Harmonies of #212F41
Complementary color
Monochromatic Colors of #212F41
Black with #212F41
Text Example
Text Example
White with #212F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F41; }
p { color: rgb(33,47,65); }
H1.HeaderClassName
{
color: #212F41;
}
.AnyTagClassName
{
color: #212F41;
}
</style>
background-color css
<style>
a { background-color: #212F41; }
a { background-color: rgb(33,47,65); }
div.DivClassName
{
background-color: #212F41;
}
.BgClassName
{
background-color: #212F41;
}
</style>
border-color css
<style>
span { border-color: #212F41; }
span { border-color: rgb(33,47,65); }
td.TdClassName
{
border-color: #212F41;
}
.TagClassName
{
border-color: #212F41;
}
</style>