Shades of Midnight Express #030D2D
Tints of Midnight Express #030D2D
RGB
CMYK
RGB Variations
Color information
#030D2D (or 0x030D2D) is known color: Midnight Express. HEX triplet: 03, 0D and 2D. RGB value is (3,13,45). Sum of RGB (Red+Green+Blue) = 3+13+45=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 45 (17.97% from 255 or 73.77% from 61); Max value from RGB is 45 - color contains mainly: blue. Hex color #030D2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D2D is #FCF2D2. Grayscale: #0D0D0D. Windows color (decimal): -16577235 or 2952451. OLE color: 2952451.
HSL color Cylindrical-coordinate representation of color #030D2D: hue angle of 225.71º 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 #030D2D is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 13 | 45 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.82 |
| HSL | 225.71º | 0.88% | 0.09% | - |
| HSV(B) | 225.71º | 0.93% | 0.18% | - |
| XYZ | 0.66 | 0.5 | 2.54 | - |
| YUV | 13.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 45 | 0.93 | 0.71 | 0 | 0.82 | 225.71 | 0.88 | 0.09 |
| Hex | 3 | D | 2D | 5D | 47 | 0 | 52 | E2 | 58 | 9 |
| Octal | 3 | 15 | 55 | 135 | 107 | 0 | 122 | 342 | 130 | 11 |
| Binary | 11 | 1101 | 101101 | 1011101 | 1000111 | 0 | 1010010 | 11100010 | 1011000 | 1001 |
Color Harmonies of #030D2D
Complementary color
Monochromatic Colors of #030D2D
Black with #030D2D
Text Example
Text Example
White with #030D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D2D; }
p { color: rgb(3,13,45); }
H1.HeaderClassName
{
color: #030D2D;
}
.AnyTagClassName
{
color: #030D2D;
}
</style>
background-color css
<style>
a { background-color: #030D2D; }
a { background-color: rgb(3,13,45); }
div.DivClassName
{
background-color: #030D2D;
}
.BgClassName
{
background-color: #030D2D;
}
</style>
border-color css
<style>
span { border-color: #030D2D; }
span { border-color: rgb(3,13,45); }
td.TdClassName
{
border-color: #030D2D;
}
.TagClassName
{
border-color: #030D2D;
}
</style>