Shades of Midnight Express #03122E
Tints of Midnight Express #03122E
RGB
CMYK
RGB Variations
Color information
#03122E (or 0x03122E) is known color: Midnight Express. HEX triplet: 03, 12 and 2E. RGB value is (3,18,46). Sum of RGB (Red+Green+Blue) = 3+18+46=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #03122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03122E is #FCEDD1. Grayscale: #101010. Windows color (decimal): -16575954 or 3019267. OLE color: 3019267.
HSL color Cylindrical-coordinate representation of color #03122E: hue angle of 219.07º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03122E is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 18 | 46 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.82 |
| HSL | 219.07º | 0.88% | 0.1% | - |
| HSV(B) | 219.07º | 0.93% | 0.18% | - |
| XYZ | 0.75 | 0.65 | 2.67 | - |
| YUV | 16.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 46 | 0.93 | 0.61 | 0 | 0.82 | 219.07 | 0.88 | 0.1 |
| Hex | 3 | 12 | 2E | 5D | 3D | 0 | 52 | DB | 58 | A |
| Octal | 3 | 22 | 56 | 135 | 75 | 0 | 122 | 333 | 130 | 12 |
| Binary | 11 | 10010 | 101110 | 1011101 | 111101 | 0 | 1010010 | 11011011 | 1011000 | 1010 |
Color Harmonies of #03122E
Complementary color
Monochromatic Colors of #03122E
Black with #03122E
Text Example
Text Example
White with #03122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03122E; }
p { color: rgb(3,18,46); }
H1.HeaderClassName
{
color: #03122E;
}
.AnyTagClassName
{
color: #03122E;
}
</style>
background-color css
<style>
a { background-color: #03122E; }
a { background-color: rgb(3,18,46); }
div.DivClassName
{
background-color: #03122E;
}
.BgClassName
{
background-color: #03122E;
}
</style>
border-color css
<style>
span { border-color: #03122E; }
span { border-color: rgb(3,18,46); }
td.TdClassName
{
border-color: #03122E;
}
.TagClassName
{
border-color: #03122E;
}
</style>