Shades of Midnight Express #282C38
Tints of Midnight Express #282C38
RGB
CMYK
RGB Variations
Color information
#282C38 (or 0x282C38) is known color: Midnight Express. HEX triplet: 28, 2C and 38. RGB value is (40,44,56). Sum of RGB (Red+Green+Blue) = 40+44+56=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #282C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282C38 is #D7D3C7. Grayscale: #2C2C2C. Windows color (decimal): -14144456 or 3681320. OLE color: 3681320.
HSL color Cylindrical-coordinate representation of color #282C38: hue angle of 225º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #282C38 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 44 | 56 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.78 |
| HSL | 225º | 0.17% | 0.19% | - |
| HSV(B) | 225º | 0.29% | 0.22% | - |
| XYZ | 2.49 | 2.54 | 4.1 | - |
| YUV | 44.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 56 | 0.29 | 0.21 | 0 | 0.78 | 225 | 0.17 | 0.19 |
| Hex | 28 | 2C | 38 | 1D | 15 | 0 | 4E | E1 | 11 | 13 |
| Octal | 50 | 54 | 70 | 35 | 25 | 0 | 116 | 341 | 21 | 23 |
| Binary | 101000 | 101100 | 111000 | 11101 | 10101 | 0 | 1001110 | 11100001 | 10001 | 10011 |
Color Harmonies of #282C38
Complementary color
Monochromatic Colors of #282C38
Black with #282C38
Text Example
Text Example
White with #282C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C38; }
p { color: rgb(40,44,56); }
H1.HeaderClassName
{
color: #282C38;
}
.AnyTagClassName
{
color: #282C38;
}
</style>
background-color css
<style>
a { background-color: #282C38; }
a { background-color: rgb(40,44,56); }
div.DivClassName
{
background-color: #282C38;
}
.BgClassName
{
background-color: #282C38;
}
</style>
border-color css
<style>
span { border-color: #282C38; }
span { border-color: rgb(40,44,56); }
td.TdClassName
{
border-color: #282C38;
}
.TagClassName
{
border-color: #282C38;
}
</style>