Shades of Midnight Express #282B34
Tints of Midnight Express #282B34
RGB
CMYK
RGB Variations
Color information
#282B34 (or 0x282B34) is known color: Midnight Express. HEX triplet: 28, 2B and 34. RGB value is (40,43,52). Sum of RGB (Red+Green+Blue) = 40+43+52=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 52 - color contains mainly: blue. Hex color #282B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282B34 is #D7D4CB. Grayscale: #2B2B2B. Windows color (decimal): -14144716 or 3418920. OLE color: 3418920.
HSL color Cylindrical-coordinate representation of color #282B34: hue angle of 225º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #282B34 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 43 | 52 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.80 |
| HSL | 225º | 0.13% | 0.18% | - |
| HSV(B) | 225º | 0.23% | 0.2% | - |
| XYZ | 2.36 | 2.43 | 3.59 | - |
| YUV | 43.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 52 | 0.23 | 0.17 | 0 | 0.80 | 225 | 0.13 | 0.18 |
| Hex | 28 | 2B | 34 | 17 | 11 | 0 | 50 | E1 | D | 12 |
| Octal | 50 | 53 | 64 | 27 | 21 | 0 | 120 | 341 | 15 | 22 |
| Binary | 101000 | 101011 | 110100 | 10111 | 10001 | 0 | 1010000 | 11100001 | 1101 | 10010 |
Color Harmonies of #282B34
Complementary color
Monochromatic Colors of #282B34
Black with #282B34
Text Example
Text Example
White with #282B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B34; }
p { color: rgb(40,43,52); }
H1.HeaderClassName
{
color: #282B34;
}
.AnyTagClassName
{
color: #282B34;
}
</style>
background-color css
<style>
a { background-color: #282B34; }
a { background-color: rgb(40,43,52); }
div.DivClassName
{
background-color: #282B34;
}
.BgClassName
{
background-color: #282B34;
}
</style>
border-color css
<style>
span { border-color: #282B34; }
span { border-color: rgb(40,43,52); }
td.TdClassName
{
border-color: #282B34;
}
.TagClassName
{
border-color: #282B34;
}
</style>