Shades of Midnight Express #020B31
Tints of Midnight Express #020B31
RGB
CMYK
RGB Variations
Color information
#020B31 (or 0x020B31) is known color: Midnight Express. HEX triplet: 02, 0B and 31. RGB value is (2,11,49). Sum of RGB (Red+Green+Blue) = 2+11+49=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 49 (19.53% from 255 or 79.03% from 62); Max value from RGB is 49 - color contains mainly: blue. Hex color #020B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B31 is #FDF4CE. Grayscale: #0C0C0C. Windows color (decimal): -16643279 or 3214082. OLE color: 3214082.
HSL color Cylindrical-coordinate representation of color #020B31: hue angle of 228.51º 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 #020B31 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 11 | 49 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.81 |
| HSL | 228.51º | 0.92% | 0.1% | - |
| HSV(B) | 228.51º | 0.96% | 0.19% | - |
| XYZ | 0.7 | 0.47 | 2.96 | - |
| YUV | 12.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 49 | 0.96 | 0.78 | 0 | 0.81 | 228.51 | 0.92 | 0.1 |
| Hex | 2 | B | 31 | 60 | 4E | 0 | 51 | E5 | 5C | A |
| Octal | 2 | 13 | 61 | 140 | 116 | 0 | 121 | 345 | 134 | 12 |
| Binary | 10 | 1011 | 110001 | 1100000 | 1001110 | 0 | 1010001 | 11100101 | 1011100 | 1010 |
Color Harmonies of #020B31
Complementary color
Monochromatic Colors of #020B31
Black with #020B31
Text Example
Text Example
White with #020B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B31; }
p { color: rgb(2,11,49); }
H1.HeaderClassName
{
color: #020B31;
}
.AnyTagClassName
{
color: #020B31;
}
</style>
background-color css
<style>
a { background-color: #020B31; }
a { background-color: rgb(2,11,49); }
div.DivClassName
{
background-color: #020B31;
}
.BgClassName
{
background-color: #020B31;
}
</style>
border-color css
<style>
span { border-color: #020B31; }
span { border-color: rgb(2,11,49); }
td.TdClassName
{
border-color: #020B31;
}
.TagClassName
{
border-color: #020B31;
}
</style>