Shades of Midnight Express #040D30
Tints of Midnight Express #040D30
RGB
CMYK
RGB Variations
Color information
#040D30 (or 0x040D30) is known color: Midnight Express. HEX triplet: 04, 0D and 30. RGB value is (4,13,48). Sum of RGB (Red+Green+Blue) = 4+13+48=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 48 (19.14% from 255 or 73.85% from 65); Max value from RGB is 48 - color contains mainly: blue. Hex color #040D30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D30 is #FBF2CF. Grayscale: #0E0E0E. Windows color (decimal): -16511696 or 3149060. OLE color: 3149060.
HSL color Cylindrical-coordinate representation of color #040D30: hue angle of 227.73º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #040D30 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 13 | 48 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.81 |
| HSL | 227.73º | 0.85% | 0.1% | - |
| HSV(B) | 227.73º | 0.92% | 0.19% | - |
| XYZ | 0.73 | 0.53 | 2.86 | - |
| YUV | 14.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 48 | 0.92 | 0.73 | 0 | 0.81 | 227.73 | 0.85 | 0.1 |
| Hex | 4 | D | 30 | 5C | 49 | 0 | 51 | E4 | 55 | A |
| Octal | 4 | 15 | 60 | 134 | 111 | 0 | 121 | 344 | 125 | 12 |
| Binary | 100 | 1101 | 110000 | 1011100 | 1001001 | 0 | 1010001 | 11100100 | 1010101 | 1010 |
Color Harmonies of #040D30
Complementary color
Monochromatic Colors of #040D30
Black with #040D30
Text Example
Text Example
White with #040D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D30; }
p { color: rgb(4,13,48); }
H1.HeaderClassName
{
color: #040D30;
}
.AnyTagClassName
{
color: #040D30;
}
</style>
background-color css
<style>
a { background-color: #040D30; }
a { background-color: rgb(4,13,48); }
div.DivClassName
{
background-color: #040D30;
}
.BgClassName
{
background-color: #040D30;
}
</style>
border-color css
<style>
span { border-color: #040D30; }
span { border-color: rgb(4,13,48); }
td.TdClassName
{
border-color: #040D30;
}
.TagClassName
{
border-color: #040D30;
}
</style>