Shades of Midnight Express #07102E
Tints of Midnight Express #07102E
RGB
CMYK
RGB Variations
Color information
#07102E (or 0x07102E) is known color: Midnight Express. HEX triplet: 07, 10 and 2E. RGB value is (7,16,46). Sum of RGB (Red+Green+Blue) = 7+16+46=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 46 (18.36% from 255 or 66.67% from 69); Max value from RGB is 46 - color contains mainly: blue. Hex color #07102E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07102E is #F8EFD1. Grayscale: #101010. Windows color (decimal): -16314322 or 3018759. OLE color: 3018759.
HSL color Cylindrical-coordinate representation of color #07102E: hue angle of 226.15º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07102E is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 16 | 46 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.82 |
| HSL | 226.15º | 0.74% | 0.1% | - |
| HSV(B) | 226.15º | 0.85% | 0.18% | - |
| XYZ | 0.77 | 0.61 | 2.66 | - |
| YUV | 16.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 46 | 0.85 | 0.65 | 0 | 0.82 | 226.15 | 0.74 | 0.1 |
| Hex | 7 | 10 | 2E | 55 | 41 | 0 | 52 | E2 | 4A | A |
| Octal | 7 | 20 | 56 | 125 | 101 | 0 | 122 | 342 | 112 | 12 |
| Binary | 111 | 10000 | 101110 | 1010101 | 1000001 | 0 | 1010010 | 11100010 | 1001010 | 1010 |
Color Harmonies of #07102E
Complementary color
Monochromatic Colors of #07102E
Black with #07102E
Text Example
Text Example
White with #07102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07102E; }
p { color: rgb(7,16,46); }
H1.HeaderClassName
{
color: #07102E;
}
.AnyTagClassName
{
color: #07102E;
}
</style>
background-color css
<style>
a { background-color: #07102E; }
a { background-color: rgb(7,16,46); }
div.DivClassName
{
background-color: #07102E;
}
.BgClassName
{
background-color: #07102E;
}
</style>
border-color css
<style>
span { border-color: #07102E; }
span { border-color: rgb(7,16,46); }
td.TdClassName
{
border-color: #07102E;
}
.TagClassName
{
border-color: #07102E;
}
</style>