Shades of Midnight Express #071433
Tints of Midnight Express #071433
RGB
CMYK
RGB Variations
Color information
#071433 (or 0x071433) is known color: Midnight Express. HEX triplet: 07, 14 and 33. RGB value is (7,20,51). Sum of RGB (Red+Green+Blue) = 7+20+51=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 51 (20.31% from 255 or 65.38% from 78); Max value from RGB is 51 - color contains mainly: blue. Hex color #071433 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071433 is #F8EBCC. Grayscale: #131313. Windows color (decimal): -16313293 or 3347463. OLE color: 3347463.
HSL color Cylindrical-coordinate representation of color #071433: hue angle of 222.27º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #071433 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 20 | 51 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.8 |
| HSL | 222.27º | 0.76% | 0.11% | - |
| HSV(B) | 222.27º | 0.86% | 0.2% | - |
| XYZ | 0.94 | 0.78 | 3.23 | - |
| YUV | 19.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 51 | 0.86 | 0.61 | 0 | 0.8 | 222.27 | 0.76 | 0.11 |
| Hex | 7 | 14 | 33 | 56 | 3D | 0 | 50 | DE | 4C | B |
| Octal | 7 | 24 | 63 | 126 | 75 | 0 | 120 | 336 | 114 | 13 |
| Binary | 111 | 10100 | 110011 | 1010110 | 111101 | 0 | 1010000 | 11011110 | 1001100 | 1011 |
Color Harmonies of #071433
Complementary color
Monochromatic Colors of #071433
Black with #071433
Text Example
Text Example
White with #071433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071433; }
p { color: rgb(7,20,51); }
H1.HeaderClassName
{
color: #071433;
}
.AnyTagClassName
{
color: #071433;
}
</style>
background-color css
<style>
a { background-color: #071433; }
a { background-color: rgb(7,20,51); }
div.DivClassName
{
background-color: #071433;
}
.BgClassName
{
background-color: #071433;
}
</style>
border-color css
<style>
span { border-color: #071433; }
span { border-color: rgb(7,20,51); }
td.TdClassName
{
border-color: #071433;
}
.TagClassName
{
border-color: #071433;
}
</style>