Shades of Midnight Express #030D34
Tints of Midnight Express #030D34
RGB
CMYK
RGB Variations
Color information
#030D34 (or 0x030D34) is known color: Midnight Express. HEX triplet: 03, 0D and 34. RGB value is (3,13,52). Sum of RGB (Red+Green+Blue) = 3+13+52=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 52 (20.70% from 255 or 76.47% from 68); Max value from RGB is 52 - color contains mainly: blue. Hex color #030D34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D34 is #FCF2CB. Grayscale: #0E0E0E. Windows color (decimal): -16577228 or 3411203. OLE color: 3411203.
HSL color Cylindrical-coordinate representation of color #030D34: hue angle of 227.76º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030D34 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 13 | 52 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.80 |
| HSL | 227.76º | 0.89% | 0.11% | - |
| HSV(B) | 227.76º | 0.94% | 0.2% | - |
| XYZ | 0.8 | 0.56 | 3.31 | - |
| YUV | 14.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 52 | 0.94 | 0.75 | 0 | 0.80 | 227.76 | 0.89 | 0.11 |
| Hex | 3 | D | 34 | 5E | 4B | 0 | 50 | E4 | 59 | B |
| Octal | 3 | 15 | 64 | 136 | 113 | 0 | 120 | 344 | 131 | 13 |
| Binary | 11 | 1101 | 110100 | 1011110 | 1001011 | 0 | 1010000 | 11100100 | 1011001 | 1011 |
Color Harmonies of #030D34
Complementary color
Monochromatic Colors of #030D34
Black with #030D34
Text Example
Text Example
White with #030D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D34; }
p { color: rgb(3,13,52); }
H1.HeaderClassName
{
color: #030D34;
}
.AnyTagClassName
{
color: #030D34;
}
</style>
background-color css
<style>
a { background-color: #030D34; }
a { background-color: rgb(3,13,52); }
div.DivClassName
{
background-color: #030D34;
}
.BgClassName
{
background-color: #030D34;
}
</style>
border-color css
<style>
span { border-color: #030D34; }
span { border-color: rgb(3,13,52); }
td.TdClassName
{
border-color: #030D34;
}
.TagClassName
{
border-color: #030D34;
}
</style>