Shades of Midnight #22323F
Tints of Midnight #22323F
RGB
CMYK
RGB Variations
Color information
#22323F (or 0x22323F) is known color: Midnight. HEX triplet: 22, 32 and 3F. RGB value is (34,50,63). Sum of RGB (Red+Green+Blue) = 34+50+63=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #22323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22323F is #DDCDC0. Grayscale: #2E2E2E. Windows color (decimal): -14536129 or 4141602. OLE color: 4141602.
HSL color Cylindrical-coordinate representation of color #22323F: hue angle of 206.9º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #22323F is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 50 | 63 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.75 |
| HSL | 206.9º | 0.3% | 0.19% | - |
| HSV(B) | 206.9º | 0.46% | 0.25% | - |
| XYZ | 2.7 | 2.98 | 5.14 | - |
| YUV | 46.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 63 | 0.46 | 0.21 | 0 | 0.75 | 206.9 | 0.3 | 0.19 |
| Hex | 22 | 32 | 3F | 2E | 15 | 0 | 4B | CF | 1E | 13 |
| Octal | 42 | 62 | 77 | 56 | 25 | 0 | 113 | 317 | 36 | 23 |
| Binary | 100010 | 110010 | 111111 | 101110 | 10101 | 0 | 1001011 | 11001111 | 11110 | 10011 |
Color Harmonies of #22323F
Complementary color
Monochromatic Colors of #22323F
Black with #22323F
Text Example
Text Example
White with #22323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22323F; }
p { color: rgb(34,50,63); }
H1.HeaderClassName
{
color: #22323F;
}
.AnyTagClassName
{
color: #22323F;
}
</style>
background-color css
<style>
a { background-color: #22323F; }
a { background-color: rgb(34,50,63); }
div.DivClassName
{
background-color: #22323F;
}
.BgClassName
{
background-color: #22323F;
}
</style>
border-color css
<style>
span { border-color: #22323F; }
span { border-color: rgb(34,50,63); }
td.TdClassName
{
border-color: #22323F;
}
.TagClassName
{
border-color: #22323F;
}
</style>