Shades of Midnight Express #070B31
Tints of Midnight Express #070B31
RGB
CMYK
RGB Variations
Color information
#070B31 (or 0x070B31) is known color: Midnight Express. HEX triplet: 07, 0B and 31. RGB value is (7,11,49). Sum of RGB (Red+Green+Blue) = 7+11+49=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 49 (19.53% from 255 or 73.13% from 67); Max value from RGB is 49 - color contains mainly: blue. Hex color #070B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B31 is #F8F4CE. Grayscale: #0D0D0D. Windows color (decimal): -16315599 or 3214087. OLE color: 3214087.
HSL color Cylindrical-coordinate representation of color #070B31: hue angle of 234.29º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070B31 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 11 | 49 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.81 |
| HSL | 234.29º | 0.75% | 0.11% | - |
| HSV(B) | 234.29º | 0.86% | 0.19% | - |
| XYZ | 0.76 | 0.51 | 2.96 | - |
| YUV | 14.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 49 | 0.86 | 0.78 | 0 | 0.81 | 234.29 | 0.75 | 0.11 |
| Hex | 7 | B | 31 | 56 | 4E | 0 | 51 | EA | 4B | B |
| Octal | 7 | 13 | 61 | 126 | 116 | 0 | 121 | 352 | 113 | 13 |
| Binary | 111 | 1011 | 110001 | 1010110 | 1001110 | 0 | 1010001 | 11101010 | 1001011 | 1011 |
Color Harmonies of #070B31
Complementary color
Monochromatic Colors of #070B31
Black with #070B31
Text Example
Text Example
White with #070B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B31; }
p { color: rgb(7,11,49); }
H1.HeaderClassName
{
color: #070B31;
}
.AnyTagClassName
{
color: #070B31;
}
</style>
background-color css
<style>
a { background-color: #070B31; }
a { background-color: rgb(7,11,49); }
div.DivClassName
{
background-color: #070B31;
}
.BgClassName
{
background-color: #070B31;
}
</style>
border-color css
<style>
span { border-color: #070B31; }
span { border-color: rgb(7,11,49); }
td.TdClassName
{
border-color: #070B31;
}
.TagClassName
{
border-color: #070B31;
}
</style>