Shades of Midnight Express #181B38
Tints of Midnight Express #181B38
RGB
CMYK
RGB Variations
Color information
#181B38 (or 0x181B38) is known color: Midnight Express. HEX triplet: 18, 1B and 38. RGB value is (24,27,56). Sum of RGB (Red+Green+Blue) = 24+27+56=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #181B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B38 is #E7E4C7. Grayscale: #1D1D1D. Windows color (decimal): -15197384 or 3676952. OLE color: 3676952.
HSL color Cylindrical-coordinate representation of color #181B38: hue angle of 234.38º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #181B38 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 27 | 56 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.78 |
| HSL | 234.38º | 0.4% | 0.16% | - |
| HSV(B) | 234.38º | 0.57% | 0.22% | - |
| XYZ | 1.48 | 1.26 | 3.91 | - |
| YUV | 29.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 56 | 0.57 | 0.52 | 0 | 0.78 | 234.38 | 0.4 | 0.16 |
| Hex | 18 | 1B | 38 | 39 | 34 | 0 | 4E | EA | 28 | 10 |
| Octal | 30 | 33 | 70 | 71 | 64 | 0 | 116 | 352 | 50 | 20 |
| Binary | 11000 | 11011 | 111000 | 111001 | 110100 | 0 | 1001110 | 11101010 | 101000 | 10000 |
Color Harmonies of #181B38
Complementary color
Monochromatic Colors of #181B38
Black with #181B38
Text Example
Text Example
White with #181B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B38; }
p { color: rgb(24,27,56); }
H1.HeaderClassName
{
color: #181B38;
}
.AnyTagClassName
{
color: #181B38;
}
</style>
background-color css
<style>
a { background-color: #181B38; }
a { background-color: rgb(24,27,56); }
div.DivClassName
{
background-color: #181B38;
}
.BgClassName
{
background-color: #181B38;
}
</style>
border-color css
<style>
span { border-color: #181B38; }
span { border-color: rgb(24,27,56); }
td.TdClassName
{
border-color: #181B38;
}
.TagClassName
{
border-color: #181B38;
}
</style>