Shades of Midnight Express #04112D
Tints of Midnight Express #04112D
RGB
CMYK
RGB Variations
Color information
#04112D (or 0x04112D) is known color: Midnight Express. HEX triplet: 04, 11 and 2D. RGB value is (4,17,45). Sum of RGB (Red+Green+Blue) = 4+17+45=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 17 (7.03% from 255 or 25.76% 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 #04112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04112D is #FBEED2. Grayscale: #101010. Windows color (decimal): -16510675 or 2953476. OLE color: 2953476.
HSL color Cylindrical-coordinate representation of color #04112D: hue angle of 220.98º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04112D is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 17 | 45 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.82 |
| HSL | 220.98º | 0.84% | 0.1% | - |
| HSV(B) | 220.98º | 0.91% | 0.18% | - |
| XYZ | 0.72 | 0.62 | 2.56 | - |
| YUV | 16.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 45 | 0.91 | 0.62 | 0 | 0.82 | 220.98 | 0.84 | 0.1 |
| Hex | 4 | 11 | 2D | 5B | 3E | 0 | 52 | DD | 54 | A |
| Octal | 4 | 21 | 55 | 133 | 76 | 0 | 122 | 335 | 124 | 12 |
| Binary | 100 | 10001 | 101101 | 1011011 | 111110 | 0 | 1010010 | 11011101 | 1010100 | 1010 |
Color Harmonies of #04112D
Complementary color
Monochromatic Colors of #04112D
Black with #04112D
Text Example
Text Example
White with #04112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04112D; }
p { color: rgb(4,17,45); }
H1.HeaderClassName
{
color: #04112D;
}
.AnyTagClassName
{
color: #04112D;
}
</style>
background-color css
<style>
a { background-color: #04112D; }
a { background-color: rgb(4,17,45); }
div.DivClassName
{
background-color: #04112D;
}
.BgClassName
{
background-color: #04112D;
}
</style>
border-color css
<style>
span { border-color: #04112D; }
span { border-color: rgb(4,17,45); }
td.TdClassName
{
border-color: #04112D;
}
.TagClassName
{
border-color: #04112D;
}
</style>