Shades of Midnight Express #03122D
Tints of Midnight Express #03122D
RGB
CMYK
RGB Variations
Color information
#03122D (or 0x03122D) is known color: Midnight Express. HEX triplet: 03, 12 and 2D. RGB value is (3,18,45). Sum of RGB (Red+Green+Blue) = 3+18+45=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 45 (17.97% from 255 or 68.18% from 66); Max value from RGB is 45 - color contains mainly: blue. Hex color #03122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03122D is #FCEDD2. Grayscale: #101010. Windows color (decimal): -16575955 or 2953731. OLE color: 2953731.
HSL color Cylindrical-coordinate representation of color #03122D: hue angle of 218.57º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03122D is Cyan = 0.93, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 18 | 45 | - |
| CMYK | 0.93 | 0.6 | 0 | 0.82 |
| HSL | 218.57º | 0.88% | 0.09% | - |
| HSV(B) | 218.57º | 0.93% | 0.18% | - |
| XYZ | 0.73 | 0.64 | 2.57 | - |
| YUV | 16.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 45 | 0.93 | 0.6 | 0 | 0.82 | 218.57 | 0.88 | 0.09 |
| Hex | 3 | 12 | 2D | 5D | 3C | 0 | 52 | DB | 58 | 9 |
| Octal | 3 | 22 | 55 | 135 | 74 | 0 | 122 | 333 | 130 | 11 |
| Binary | 11 | 10010 | 101101 | 1011101 | 111100 | 0 | 1010010 | 11011011 | 1011000 | 1001 |
Color Harmonies of #03122D
Complementary color
Monochromatic Colors of #03122D
Black with #03122D
Text Example
Text Example
White with #03122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03122D; }
p { color: rgb(3,18,45); }
H1.HeaderClassName
{
color: #03122D;
}
.AnyTagClassName
{
color: #03122D;
}
</style>
background-color css
<style>
a { background-color: #03122D; }
a { background-color: rgb(3,18,45); }
div.DivClassName
{
background-color: #03122D;
}
.BgClassName
{
background-color: #03122D;
}
</style>
border-color css
<style>
span { border-color: #03122D; }
span { border-color: rgb(3,18,45); }
td.TdClassName
{
border-color: #03122D;
}
.TagClassName
{
border-color: #03122D;
}
</style>