Shades of Midnight Express #282D3D
Tints of Midnight Express #282D3D
RGB
CMYK
RGB Variations
Color information
#282D3D (or 0x282D3D) is known color: Midnight Express. HEX triplet: 28, 2D and 3D. RGB value is (40,45,61). Sum of RGB (Red+Green+Blue) = 40+45+61=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #282D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D3D is #D7D2C2. Grayscale: #2D2D2D. Windows color (decimal): -14144195 or 4009256. OLE color: 4009256.
HSL color Cylindrical-coordinate representation of color #282D3D: hue angle of 225.71º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #282D3D is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 45 | 61 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.76 |
| HSL | 225.71º | 0.21% | 0.2% | - |
| HSV(B) | 225.71º | 0.34% | 0.24% | - |
| XYZ | 2.66 | 2.66 | 4.79 | - |
| YUV | 45.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 61 | 0.34 | 0.26 | 0 | 0.76 | 225.71 | 0.21 | 0.2 |
| Hex | 28 | 2D | 3D | 22 | 1A | 0 | 4C | E2 | 15 | 14 |
| Octal | 50 | 55 | 75 | 42 | 32 | 0 | 114 | 342 | 25 | 24 |
| Binary | 101000 | 101101 | 111101 | 100010 | 11010 | 0 | 1001100 | 11100010 | 10101 | 10100 |
Color Harmonies of #282D3D
Complementary color
Monochromatic Colors of #282D3D
Black with #282D3D
Text Example
Text Example
White with #282D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D3D; }
p { color: rgb(40,45,61); }
H1.HeaderClassName
{
color: #282D3D;
}
.AnyTagClassName
{
color: #282D3D;
}
</style>
background-color css
<style>
a { background-color: #282D3D; }
a { background-color: rgb(40,45,61); }
div.DivClassName
{
background-color: #282D3D;
}
.BgClassName
{
background-color: #282D3D;
}
</style>
border-color css
<style>
span { border-color: #282D3D; }
span { border-color: rgb(40,45,61); }
td.TdClassName
{
border-color: #282D3D;
}
.TagClassName
{
border-color: #282D3D;
}
</style>