Shades of Midnight Express #021331
Tints of Midnight Express #021331
RGB
CMYK
RGB Variations
Color information
#021331 (or 0x021331) is known color: Midnight Express. HEX triplet: 02, 13 and 31. RGB value is (2,19,49). Sum of RGB (Red+Green+Blue) = 2+19+49=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #021331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021331 is #FDECCE. Grayscale: #111111. Windows color (decimal): -16641231 or 3216130. OLE color: 3216130.
HSL color Cylindrical-coordinate representation of color #021331: hue angle of 218.3º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021331 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 19 | 49 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.81 |
| HSL | 218.3º | 0.92% | 0.1% | - |
| HSV(B) | 218.3º | 0.96% | 0.19% | - |
| XYZ | 0.81 | 0.7 | 3 | - |
| YUV | 17.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 49 | 0.96 | 0.61 | 0 | 0.81 | 218.3 | 0.92 | 0.1 |
| Hex | 2 | 13 | 31 | 60 | 3D | 0 | 51 | DA | 5C | A |
| Octal | 2 | 23 | 61 | 140 | 75 | 0 | 121 | 332 | 134 | 12 |
| Binary | 10 | 10011 | 110001 | 1100000 | 111101 | 0 | 1010001 | 11011010 | 1011100 | 1010 |
Color Harmonies of #021331
Complementary color
Monochromatic Colors of #021331
Black with #021331
Text Example
Text Example
White with #021331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021331; }
p { color: rgb(2,19,49); }
H1.HeaderClassName
{
color: #021331;
}
.AnyTagClassName
{
color: #021331;
}
</style>
background-color css
<style>
a { background-color: #021331; }
a { background-color: rgb(2,19,49); }
div.DivClassName
{
background-color: #021331;
}
.BgClassName
{
background-color: #021331;
}
</style>
border-color css
<style>
span { border-color: #021331; }
span { border-color: rgb(2,19,49); }
td.TdClassName
{
border-color: #021331;
}
.TagClassName
{
border-color: #021331;
}
</style>