Shades of Midnight Express #282D3F
Tints of Midnight Express #282D3F
RGB
CMYK
RGB Variations
Color information
#282D3F (or 0x282D3F) is known color: Midnight Express. HEX triplet: 28, 2D and 3F. RGB value is (40,45,63). Sum of RGB (Red+Green+Blue) = 40+45+63=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 63 - color contains mainly: blue. Hex color #282D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D3F is #D7D2C0. Grayscale: #2D2D2D. Windows color (decimal): -14144193 or 4140328. OLE color: 4140328.
HSL color Cylindrical-coordinate representation of color #282D3F: hue angle of 226.96º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #282D3F is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 45 | 63 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.75 |
| HSL | 226.96º | 0.22% | 0.2% | - |
| HSV(B) | 226.96º | 0.37% | 0.25% | - |
| XYZ | 2.71 | 2.69 | 5.08 | - |
| YUV | 45.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 63 | 0.37 | 0.29 | 0 | 0.75 | 226.96 | 0.22 | 0.2 |
| Hex | 28 | 2D | 3F | 25 | 1D | 0 | 4B | E3 | 16 | 14 |
| Octal | 50 | 55 | 77 | 45 | 35 | 0 | 113 | 343 | 26 | 24 |
| Binary | 101000 | 101101 | 111111 | 100101 | 11101 | 0 | 1001011 | 11100011 | 10110 | 10100 |
Color Harmonies of #282D3F
Complementary color
Monochromatic Colors of #282D3F
Black with #282D3F
Text Example
Text Example
White with #282D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D3F; }
p { color: rgb(40,45,63); }
H1.HeaderClassName
{
color: #282D3F;
}
.AnyTagClassName
{
color: #282D3F;
}
</style>
background-color css
<style>
a { background-color: #282D3F; }
a { background-color: rgb(40,45,63); }
div.DivClassName
{
background-color: #282D3F;
}
.BgClassName
{
background-color: #282D3F;
}
</style>
border-color css
<style>
span { border-color: #282D3F; }
span { border-color: rgb(40,45,63); }
td.TdClassName
{
border-color: #282D3F;
}
.TagClassName
{
border-color: #282D3F;
}
</style>