Shades of Midnight Express #03112D
Tints of Midnight Express #03112D
RGB
CMYK
RGB Variations
Color information
#03112D (or 0x03112D) is known color: Midnight Express. HEX triplet: 03, 11 and 2D. RGB value is (3,17,45). Sum of RGB (Red+Green+Blue) = 3+17+45=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #03112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03112D is #FCEED2. Grayscale: #0F0F0F. Windows color (decimal): -16576211 or 2953475. OLE color: 2953475.
HSL color Cylindrical-coordinate representation of color #03112D: hue angle of 220º 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 #03112D is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 17 | 45 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.82 |
| HSL | 220º | 0.88% | 0.09% | - |
| HSV(B) | 220º | 0.93% | 0.18% | - |
| XYZ | 0.71 | 0.61 | 2.56 | - |
| YUV | 16.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 45 | 0.93 | 0.62 | 0 | 0.82 | 220 | 0.88 | 0.09 |
| Hex | 3 | 11 | 2D | 5D | 3E | 0 | 52 | DC | 58 | 9 |
| Octal | 3 | 21 | 55 | 135 | 76 | 0 | 122 | 334 | 130 | 11 |
| Binary | 11 | 10001 | 101101 | 1011101 | 111110 | 0 | 1010010 | 11011100 | 1011000 | 1001 |
Color Harmonies of #03112D
Complementary color
Monochromatic Colors of #03112D
Black with #03112D
Text Example
Text Example
White with #03112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03112D; }
p { color: rgb(3,17,45); }
H1.HeaderClassName
{
color: #03112D;
}
.AnyTagClassName
{
color: #03112D;
}
</style>
background-color css
<style>
a { background-color: #03112D; }
a { background-color: rgb(3,17,45); }
div.DivClassName
{
background-color: #03112D;
}
.BgClassName
{
background-color: #03112D;
}
</style>
border-color css
<style>
span { border-color: #03112D; }
span { border-color: rgb(3,17,45); }
td.TdClassName
{
border-color: #03112D;
}
.TagClassName
{
border-color: #03112D;
}
</style>