Shades of Midnight Express #020D2C
Tints of Midnight Express #020D2C
RGB
CMYK
RGB Variations
Color information
#020D2C (or 0x020D2C) is known color: Midnight Express. HEX triplet: 02, 0D and 2C. RGB value is (2,13,44). Sum of RGB (Red+Green+Blue) = 2+13+44=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 44 (17.58% from 255 or 74.58% from 59); Max value from RGB is 44 - color contains mainly: blue. Hex color #020D2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D2C is #FDF2D3. Grayscale: #0D0D0D. Windows color (decimal): -16642772 or 2886914. OLE color: 2886914.
HSL color Cylindrical-coordinate representation of color #020D2C: hue angle of 224.29º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020D2C is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 13 | 44 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.83 |
| HSL | 224.29º | 0.91% | 0.09% | - |
| HSV(B) | 224.29º | 0.95% | 0.17% | - |
| XYZ | 0.62 | 0.48 | 2.44 | - |
| YUV | 13.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 44 | 0.95 | 0.70 | 0 | 0.83 | 224.29 | 0.91 | 0.09 |
| Hex | 2 | D | 2C | 5F | 46 | 0 | 53 | E0 | 5B | 9 |
| Octal | 2 | 15 | 54 | 137 | 106 | 0 | 123 | 340 | 133 | 11 |
| Binary | 10 | 1101 | 101100 | 1011111 | 1000110 | 0 | 1010011 | 11100000 | 1011011 | 1001 |
Color Harmonies of #020D2C
Complementary color
Monochromatic Colors of #020D2C
Black with #020D2C
Text Example
Text Example
White with #020D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D2C; }
p { color: rgb(2,13,44); }
H1.HeaderClassName
{
color: #020D2C;
}
.AnyTagClassName
{
color: #020D2C;
}
</style>
background-color css
<style>
a { background-color: #020D2C; }
a { background-color: rgb(2,13,44); }
div.DivClassName
{
background-color: #020D2C;
}
.BgClassName
{
background-color: #020D2C;
}
</style>
border-color css
<style>
span { border-color: #020D2C; }
span { border-color: rgb(2,13,44); }
td.TdClassName
{
border-color: #020D2C;
}
.TagClassName
{
border-color: #020D2C;
}
</style>