Shades of Midnight Express #2B2E39
Tints of Midnight Express #2B2E39
RGB
CMYK
RGB Variations
Color information
#2B2E39 (or 0x2B2E39) is known color: Midnight Express. HEX triplet: 2B, 2E and 39. RGB value is (43,46,57). Sum of RGB (Red+Green+Blue) = 43+46+57=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 57 - color contains mainly: blue. Hex color #2B2E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E39 is #D4D1C6. Grayscale: #2E2E2E. Windows color (decimal): -13947335 or 3747371. OLE color: 3747371.
HSL color Cylindrical-coordinate representation of color #2B2E39: hue angle of 227.14º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2B2E39 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
RGB | 43 | 46 | 57 | - |
CMYK | 0.25 | 0.19 | 0 | 0.78 |
HSL | 227.14º | 0.14% | 0.2% | - |
HSV(B) | 227.14º | 0.25% | 0.22% | - |
XYZ | 2.71 | 2.76 | 4.26 | - |
YUV | 46.36 | 134.01 | 125.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 46 | 57 | 0.25 | 0.19 | 0 | 0.78 | 227.14 | 0.14 | 0.2 |
Hex | 2B | 2E | 39 | 19 | 13 | 0 | 4E | E3 | E | 14 |
Octal | 53 | 56 | 71 | 31 | 23 | 0 | 116 | 343 | 16 | 24 |
Binary | 101011 | 101110 | 111001 | 11001 | 10011 | 0 | 1001110 | 11100011 | 1110 | 10100 |
Color Harmonies of #2B2E39
Complementary color
Monochromatic Colors of #2B2E39
Black with #2B2E39
Text Example
Text Example
White with #2B2E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E39; }
p { color: rgb(43,46,57); }
H1.HeaderClassName
{
color: #2B2E39;
}
.AnyTagClassName
{
color: #2B2E39;
}
</style>
background-color css
<style>
a { background-color: #2B2E39; }
a { background-color: rgb(43,46,57); }
div.DivClassName
{
background-color: #2B2E39;
}
.BgClassName
{
background-color: #2B2E39;
}
</style>
border-color css
<style>
span { border-color: #2B2E39; }
span { border-color: rgb(43,46,57); }
td.TdClassName
{
border-color: #2B2E39;
}
.TagClassName
{
border-color: #2B2E39;
}
</style>