Shades of Midnight Express #282D3B
Tints of Midnight Express #282D3B
RGB
CMYK
RGB Variations
Color information
#282D3B (or 0x282D3B) is known color: Midnight Express. HEX triplet: 28, 2D and 3B. RGB value is (40,45,59). Sum of RGB (Red+Green+Blue) = 40+45+59=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 59 - color contains mainly: blue. Hex color #282D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D3B is #D7D2C4. Grayscale: #2D2D2D. Windows color (decimal): -14144197 or 3878184. OLE color: 3878184.
HSL color Cylindrical-coordinate representation of color #282D3B: hue angle of 224.21º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #282D3B is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 45 | 59 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.77 |
| HSL | 224.21º | 0.19% | 0.19% | - |
| HSV(B) | 224.21º | 0.32% | 0.23% | - |
| XYZ | 2.6 | 2.64 | 4.51 | - |
| YUV | 45.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 59 | 0.32 | 0.24 | 0 | 0.77 | 224.21 | 0.19 | 0.19 |
| Hex | 28 | 2D | 3B | 20 | 18 | 0 | 4D | E0 | 13 | 13 |
| Octal | 50 | 55 | 73 | 40 | 30 | 0 | 115 | 340 | 23 | 23 |
| Binary | 101000 | 101101 | 111011 | 100000 | 11000 | 0 | 1001101 | 11100000 | 10011 | 10011 |
Color Harmonies of #282D3B
Complementary color
Monochromatic Colors of #282D3B
Black with #282D3B
Text Example
Text Example
White with #282D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D3B; }
p { color: rgb(40,45,59); }
H1.HeaderClassName
{
color: #282D3B;
}
.AnyTagClassName
{
color: #282D3B;
}
</style>
background-color css
<style>
a { background-color: #282D3B; }
a { background-color: rgb(40,45,59); }
div.DivClassName
{
background-color: #282D3B;
}
.BgClassName
{
background-color: #282D3B;
}
</style>
border-color css
<style>
span { border-color: #282D3B; }
span { border-color: rgb(40,45,59); }
td.TdClassName
{
border-color: #282D3B;
}
.TagClassName
{
border-color: #282D3B;
}
</style>