Shades of Midnight Express #020A31
Tints of Midnight Express #020A31
RGB
CMYK
RGB Variations
Color information
#020A31 (or 0x020A31) is known color: Midnight Express. HEX triplet: 02, 0A and 31. RGB value is (2,10,49). Sum of RGB (Red+Green+Blue) = 2+10+49=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 49 (19.53% from 255 or 80.33% from 61); Max value from RGB is 49 - color contains mainly: blue. Hex color #020A31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A31 is #FDF5CE. Grayscale: #0B0B0B. Windows color (decimal): -16643535 or 3213826. OLE color: 3213826.
HSL color Cylindrical-coordinate representation of color #020A31: hue angle of 229.79º 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 #020A31 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 10 | 49 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.81 |
| HSL | 229.79º | 0.92% | 0.1% | - |
| HSV(B) | 229.79º | 0.96% | 0.19% | - |
| XYZ | 0.69 | 0.45 | 2.96 | - |
| YUV | 12.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 49 | 0.96 | 0.80 | 0 | 0.81 | 229.79 | 0.92 | 0.1 |
| Hex | 2 | A | 31 | 60 | 50 | 0 | 51 | E6 | 5C | A |
| Octal | 2 | 12 | 61 | 140 | 120 | 0 | 121 | 346 | 134 | 12 |
| Binary | 10 | 1010 | 110001 | 1100000 | 1010000 | 0 | 1010001 | 11100110 | 1011100 | 1010 |
Color Harmonies of #020A31
Complementary color
Monochromatic Colors of #020A31
Black with #020A31
Text Example
Text Example
White with #020A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A31; }
p { color: rgb(2,10,49); }
H1.HeaderClassName
{
color: #020A31;
}
.AnyTagClassName
{
color: #020A31;
}
</style>
background-color css
<style>
a { background-color: #020A31; }
a { background-color: rgb(2,10,49); }
div.DivClassName
{
background-color: #020A31;
}
.BgClassName
{
background-color: #020A31;
}
</style>
border-color css
<style>
span { border-color: #020A31; }
span { border-color: rgb(2,10,49); }
td.TdClassName
{
border-color: #020A31;
}
.TagClassName
{
border-color: #020A31;
}
</style>