Shades of Midnight Express #20223A
Tints of Midnight Express #20223A
RGB
CMYK
RGB Variations
Color information
#20223A (or 0x20223A) is known color: Midnight Express. HEX triplet: 20, 22 and 3A. RGB value is (32,34,58). Sum of RGB (Red+Green+Blue) = 32+34+58=124 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.81% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #20223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20223A is #DFDDC5. Grayscale: #242424. Windows color (decimal): -14671302 or 3809824. OLE color: 3809824.
HSL color Cylindrical-coordinate representation of color #20223A: hue angle of 235.38º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #20223A is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 34 | 58 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.77 |
| HSL | 235.38º | 0.29% | 0.18% | - |
| HSV(B) | 235.38º | 0.45% | 0.23% | - |
| XYZ | 1.93 | 1.76 | 4.24 | - |
| YUV | 36.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 58 | 0.45 | 0.41 | 0 | 0.77 | 235.38 | 0.29 | 0.18 |
| Hex | 20 | 22 | 3A | 2D | 29 | 0 | 4D | EB | 1D | 12 |
| Octal | 40 | 42 | 72 | 55 | 51 | 0 | 115 | 353 | 35 | 22 |
| Binary | 100000 | 100010 | 111010 | 101101 | 101001 | 0 | 1001101 | 11101011 | 11101 | 10010 |
Color Harmonies of #20223A
Complementary color
Monochromatic Colors of #20223A
Black with #20223A
Text Example
Text Example
White with #20223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20223A; }
p { color: rgb(32,34,58); }
H1.HeaderClassName
{
color: #20223A;
}
.AnyTagClassName
{
color: #20223A;
}
</style>
background-color css
<style>
a { background-color: #20223A; }
a { background-color: rgb(32,34,58); }
div.DivClassName
{
background-color: #20223A;
}
.BgClassName
{
background-color: #20223A;
}
</style>
border-color css
<style>
span { border-color: #20223A; }
span { border-color: rgb(32,34,58); }
td.TdClassName
{
border-color: #20223A;
}
.TagClassName
{
border-color: #20223A;
}
</style>