Shades of Midnight #212F43
Tints of Midnight #212F43
RGB
CMYK
RGB Variations
Color information
#212F43 (or 0x212F43) is known color: Midnight. HEX triplet: 21, 2F and 43. RGB value is (33,47,67). Sum of RGB (Red+Green+Blue) = 33+47+67=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #212F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F43 is #DED0BC. Grayscale: #2C2C2C. Windows color (decimal): -14602429 or 4402977. OLE color: 4402977.
HSL color Cylindrical-coordinate representation of color #212F43: hue angle of 215.29º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #212F43 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 47 | 67 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.74 |
| HSL | 215.29º | 0.34% | 0.2% | - |
| HSV(B) | 215.29º | 0.51% | 0.26% | - |
| XYZ | 2.66 | 2.76 | 5.7 | - |
| YUV | 45.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 67 | 0.51 | 0.30 | 0 | 0.74 | 215.29 | 0.34 | 0.2 |
| Hex | 21 | 2F | 43 | 33 | 1E | 0 | 4A | D7 | 22 | 14 |
| Octal | 41 | 57 | 103 | 63 | 36 | 0 | 112 | 327 | 42 | 24 |
| Binary | 100001 | 101111 | 1000011 | 110011 | 11110 | 0 | 1001010 | 11010111 | 100010 | 10100 |
Color Harmonies of #212F43
Complementary color
Monochromatic Colors of #212F43
Black with #212F43
Text Example
Text Example
White with #212F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F43; }
p { color: rgb(33,47,67); }
H1.HeaderClassName
{
color: #212F43;
}
.AnyTagClassName
{
color: #212F43;
}
</style>
background-color css
<style>
a { background-color: #212F43; }
a { background-color: rgb(33,47,67); }
div.DivClassName
{
background-color: #212F43;
}
.BgClassName
{
background-color: #212F43;
}
</style>
border-color css
<style>
span { border-color: #212F43; }
span { border-color: rgb(33,47,67); }
td.TdClassName
{
border-color: #212F43;
}
.TagClassName
{
border-color: #212F43;
}
</style>