Shades of Midnight Express #282A35
Tints of Midnight Express #282A35
RGB
CMYK
RGB Variations
Color information
#282A35 (or 0x282A35) is known color: Midnight Express. HEX triplet: 28, 2A and 35. RGB value is (40,42,53). Sum of RGB (Red+Green+Blue) = 40+42+53=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 53 - color contains mainly: blue. Hex color #282A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282A35 is #D7D5CA. Grayscale: #2A2A2A. Windows color (decimal): -14144971 or 3484200. OLE color: 3484200.
HSL color Cylindrical-coordinate representation of color #282A35: hue angle of 230.77º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #282A35 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 42 | 53 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.79 |
| HSL | 230.77º | 0.14% | 0.18% | - |
| HSV(B) | 230.77º | 0.25% | 0.21% | - |
| XYZ | 2.35 | 2.36 | 3.7 | - |
| YUV | 42.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 53 | 0.25 | 0.21 | 0 | 0.79 | 230.77 | 0.14 | 0.18 |
| Hex | 28 | 2A | 35 | 19 | 15 | 0 | 4F | E7 | E | 12 |
| Octal | 50 | 52 | 65 | 31 | 25 | 0 | 117 | 347 | 16 | 22 |
| Binary | 101000 | 101010 | 110101 | 11001 | 10101 | 0 | 1001111 | 11100111 | 1110 | 10010 |
Color Harmonies of #282A35
Complementary color
Monochromatic Colors of #282A35
Black with #282A35
Text Example
Text Example
White with #282A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A35; }
p { color: rgb(40,42,53); }
H1.HeaderClassName
{
color: #282A35;
}
.AnyTagClassName
{
color: #282A35;
}
</style>
background-color css
<style>
a { background-color: #282A35; }
a { background-color: rgb(40,42,53); }
div.DivClassName
{
background-color: #282A35;
}
.BgClassName
{
background-color: #282A35;
}
</style>
border-color css
<style>
span { border-color: #282A35; }
span { border-color: rgb(40,42,53); }
td.TdClassName
{
border-color: #282A35;
}
.TagClassName
{
border-color: #282A35;
}
</style>