Shades of Midnight Express #282D41
Tints of Midnight Express #282D41
RGB
CMYK
RGB Variations
Color information
#282D41 (or 0x282D41) is known color: Midnight Express. HEX triplet: 28, 2D and 41. RGB value is (40,45,65). Sum of RGB (Red+Green+Blue) = 40+45+65=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #282D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D41 is #D7D2BE. Grayscale: #2D2D2D. Windows color (decimal): -14144191 or 4271400. OLE color: 4271400.
HSL color Cylindrical-coordinate representation of color #282D41: hue angle of 228º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #282D41 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 45 | 65 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.75 |
| HSL | 228º | 0.24% | 0.21% | - |
| HSV(B) | 228º | 0.38% | 0.25% | - |
| XYZ | 2.77 | 2.71 | 5.38 | - |
| YUV | 45.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 65 | 0.38 | 0.31 | 0 | 0.75 | 228 | 0.24 | 0.21 |
| Hex | 28 | 2D | 41 | 26 | 1F | 0 | 4B | E4 | 18 | 15 |
| Octal | 50 | 55 | 101 | 46 | 37 | 0 | 113 | 344 | 30 | 25 |
| Binary | 101000 | 101101 | 1000001 | 100110 | 11111 | 0 | 1001011 | 11100100 | 11000 | 10101 |
Color Harmonies of #282D41
Complementary color
Monochromatic Colors of #282D41
Black with #282D41
Text Example
Text Example
White with #282D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D41; }
p { color: rgb(40,45,65); }
H1.HeaderClassName
{
color: #282D41;
}
.AnyTagClassName
{
color: #282D41;
}
</style>
background-color css
<style>
a { background-color: #282D41; }
a { background-color: rgb(40,45,65); }
div.DivClassName
{
background-color: #282D41;
}
.BgClassName
{
background-color: #282D41;
}
</style>
border-color css
<style>
span { border-color: #282D41; }
span { border-color: rgb(40,45,65); }
td.TdClassName
{
border-color: #282D41;
}
.TagClassName
{
border-color: #282D41;
}
</style>