Shades of Midnight Express #18213C
Tints of Midnight Express #18213C
RGB
CMYK
RGB Variations
Color information
#18213C (or 0x18213C) is known color: Midnight Express. HEX triplet: 18, 21 and 3C. RGB value is (24,33,60). Sum of RGB (Red+Green+Blue) = 24+33+60=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #18213C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18213C is #E7DEC3. Grayscale: #212121. Windows color (decimal): -15195844 or 3940632. OLE color: 3940632.
HSL color Cylindrical-coordinate representation of color #18213C: hue angle of 225º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18213C is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 33 | 60 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.76 |
| HSL | 225º | 0.43% | 0.16% | - |
| HSV(B) | 225º | 0.6% | 0.24% | - |
| XYZ | 1.74 | 1.61 | 4.49 | - |
| YUV | 33.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 60 | 0.60 | 0.45 | 0 | 0.76 | 225 | 0.43 | 0.16 |
| Hex | 18 | 21 | 3C | 3C | 2D | 0 | 4C | E1 | 2B | 10 |
| Octal | 30 | 41 | 74 | 74 | 55 | 0 | 114 | 341 | 53 | 20 |
| Binary | 11000 | 100001 | 111100 | 111100 | 101101 | 0 | 1001100 | 11100001 | 101011 | 10000 |
Color Harmonies of #18213C
Complementary color
Monochromatic Colors of #18213C
Black with #18213C
Text Example
Text Example
White with #18213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18213C; }
p { color: rgb(24,33,60); }
H1.HeaderClassName
{
color: #18213C;
}
.AnyTagClassName
{
color: #18213C;
}
</style>
background-color css
<style>
a { background-color: #18213C; }
a { background-color: rgb(24,33,60); }
div.DivClassName
{
background-color: #18213C;
}
.BgClassName
{
background-color: #18213C;
}
</style>
border-color css
<style>
span { border-color: #18213C; }
span { border-color: rgb(24,33,60); }
td.TdClassName
{
border-color: #18213C;
}
.TagClassName
{
border-color: #18213C;
}
</style>