Shades of Midnight Express #020831
Tints of Midnight Express #020831
RGB
CMYK
RGB Variations
Color information
#020831 (or 0x020831) is known color: Midnight Express. HEX triplet: 02, 08 and 31. RGB value is (2,8,49). Sum of RGB (Red+Green+Blue) = 2+8+49=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 49 (19.53% from 255 or 83.05% from 59); Max value from RGB is 49 - color contains mainly: blue. Hex color #020831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020831 is #FDF7CE. Grayscale: #0A0A0A. Windows color (decimal): -16644047 or 3213314. OLE color: 3213314.
HSL color Cylindrical-coordinate representation of color #020831: hue angle of 232.34º 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 #020831 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 8 | 49 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.81 |
| HSL | 232.34º | 0.92% | 0.1% | - |
| HSV(B) | 232.34º | 0.96% | 0.19% | - |
| XYZ | 0.67 | 0.41 | 2.95 | - |
| YUV | 10.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 49 | 0.96 | 0.84 | 0 | 0.81 | 232.34 | 0.92 | 0.1 |
| Hex | 2 | 8 | 31 | 60 | 54 | 0 | 51 | E8 | 5C | A |
| Octal | 2 | 10 | 61 | 140 | 124 | 0 | 121 | 350 | 134 | 12 |
| Binary | 10 | 1000 | 110001 | 1100000 | 1010100 | 0 | 1010001 | 11101000 | 1011100 | 1010 |
Color Harmonies of #020831
Complementary color
Monochromatic Colors of #020831
Black with #020831
Text Example
Text Example
White with #020831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020831; }
p { color: rgb(2,8,49); }
H1.HeaderClassName
{
color: #020831;
}
.AnyTagClassName
{
color: #020831;
}
</style>
background-color css
<style>
a { background-color: #020831; }
a { background-color: rgb(2,8,49); }
div.DivClassName
{
background-color: #020831;
}
.BgClassName
{
background-color: #020831;
}
</style>
border-color css
<style>
span { border-color: #020831; }
span { border-color: rgb(2,8,49); }
td.TdClassName
{
border-color: #020831;
}
.TagClassName
{
border-color: #020831;
}
</style>