Shades of Midnight Express #20283B
Tints of Midnight Express #20283B
RGB
CMYK
RGB Variations
Color information
#20283B (or 0x20283B) is known color: Midnight Express. HEX triplet: 20, 28 and 3B. RGB value is (32,40,59). Sum of RGB (Red+Green+Blue) = 32+40+59=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 59 - color contains mainly: blue. Hex color #20283B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20283B is #DFD7C4. Grayscale: #272727. Windows color (decimal): -14669765 or 3876896. OLE color: 3876896.
HSL color Cylindrical-coordinate representation of color #20283B: hue angle of 222.22º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #20283B is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 40 | 59 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.77 |
| HSL | 222.22º | 0.3% | 0.18% | - |
| HSV(B) | 222.22º | 0.46% | 0.23% | - |
| XYZ | 2.14 | 2.14 | 4.44 | - |
| YUV | 39.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 59 | 0.46 | 0.32 | 0 | 0.77 | 222.22 | 0.3 | 0.18 |
| Hex | 20 | 28 | 3B | 2E | 20 | 0 | 4D | DE | 1E | 12 |
| Octal | 40 | 50 | 73 | 56 | 40 | 0 | 115 | 336 | 36 | 22 |
| Binary | 100000 | 101000 | 111011 | 101110 | 100000 | 0 | 1001101 | 11011110 | 11110 | 10010 |
Color Harmonies of #20283B
Complementary color
Monochromatic Colors of #20283B
Black with #20283B
Text Example
Text Example
White with #20283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20283B; }
p { color: rgb(32,40,59); }
H1.HeaderClassName
{
color: #20283B;
}
.AnyTagClassName
{
color: #20283B;
}
</style>
background-color css
<style>
a { background-color: #20283B; }
a { background-color: rgb(32,40,59); }
div.DivClassName
{
background-color: #20283B;
}
.BgClassName
{
background-color: #20283B;
}
</style>
border-color css
<style>
span { border-color: #20283B; }
span { border-color: rgb(32,40,59); }
td.TdClassName
{
border-color: #20283B;
}
.TagClassName
{
border-color: #20283B;
}
</style>