Shades of Midnight Express #282D40
Tints of Midnight Express #282D40
RGB
CMYK
RGB Variations
Color information
#282D40 (or 0x282D40) is known color: Midnight Express. HEX triplet: 28, 2D and 40. RGB value is (40,45,64). Sum of RGB (Red+Green+Blue) = 40+45+64=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #282D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D40 is #D7D2BF. Grayscale: #2D2D2D. Windows color (decimal): -14144192 or 4205864. OLE color: 4205864.
HSL color Cylindrical-coordinate representation of color #282D40: hue angle of 227.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #282D40 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 45 | 64 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.75 |
| HSL | 227.5º | 0.23% | 0.2% | - |
| HSV(B) | 227.5º | 0.38% | 0.25% | - |
| XYZ | 2.74 | 2.7 | 5.23 | - |
| YUV | 45.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 64 | 0.38 | 0.30 | 0 | 0.75 | 227.5 | 0.23 | 0.2 |
| Hex | 28 | 2D | 40 | 26 | 1E | 0 | 4B | E4 | 17 | 14 |
| Octal | 50 | 55 | 100 | 46 | 36 | 0 | 113 | 344 | 27 | 24 |
| Binary | 101000 | 101101 | 1000000 | 100110 | 11110 | 0 | 1001011 | 11100100 | 10111 | 10100 |
Color Harmonies of #282D40
Complementary color
Monochromatic Colors of #282D40
Black with #282D40
Text Example
Text Example
White with #282D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D40; }
p { color: rgb(40,45,64); }
H1.HeaderClassName
{
color: #282D40;
}
.AnyTagClassName
{
color: #282D40;
}
</style>
background-color css
<style>
a { background-color: #282D40; }
a { background-color: rgb(40,45,64); }
div.DivClassName
{
background-color: #282D40;
}
.BgClassName
{
background-color: #282D40;
}
</style>
border-color css
<style>
span { border-color: #282D40; }
span { border-color: rgb(40,45,64); }
td.TdClassName
{
border-color: #282D40;
}
.TagClassName
{
border-color: #282D40;
}
</style>