Shades of Midnight Express #20233D
Tints of Midnight Express #20233D
RGB
CMYK
RGB Variations
Color information
#20233D (or 0x20233D) is known color: Midnight Express. HEX triplet: 20, 23 and 3D. RGB value is (32,35,61). Sum of RGB (Red+Green+Blue) = 32+35+61=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #20233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20233D is #DFDCC2. Grayscale: #242424. Windows color (decimal): -14671043 or 4006688. OLE color: 4006688.
HSL color Cylindrical-coordinate representation of color #20233D: hue angle of 233.79º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #20233D is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 35 | 61 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.76 |
| HSL | 233.79º | 0.31% | 0.18% | - |
| HSV(B) | 233.79º | 0.48% | 0.24% | - |
| XYZ | 2.04 | 1.85 | 4.66 | - |
| YUV | 37.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 61 | 0.48 | 0.43 | 0 | 0.76 | 233.79 | 0.31 | 0.18 |
| Hex | 20 | 23 | 3D | 30 | 2B | 0 | 4C | EA | 1F | 12 |
| Octal | 40 | 43 | 75 | 60 | 53 | 0 | 114 | 352 | 37 | 22 |
| Binary | 100000 | 100011 | 111101 | 110000 | 101011 | 0 | 1001100 | 11101010 | 11111 | 10010 |
Color Harmonies of #20233D
Complementary color
Monochromatic Colors of #20233D
Black with #20233D
Text Example
Text Example
White with #20233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20233D; }
p { color: rgb(32,35,61); }
H1.HeaderClassName
{
color: #20233D;
}
.AnyTagClassName
{
color: #20233D;
}
</style>
background-color css
<style>
a { background-color: #20233D; }
a { background-color: rgb(32,35,61); }
div.DivClassName
{
background-color: #20233D;
}
.BgClassName
{
background-color: #20233D;
}
</style>
border-color css
<style>
span { border-color: #20233D; }
span { border-color: rgb(32,35,61); }
td.TdClassName
{
border-color: #20233D;
}
.TagClassName
{
border-color: #20233D;
}
</style>