Shades of Midnight Express #030F30
Tints of Midnight Express #030F30
RGB
CMYK
RGB Variations
Color information
#030F30 (or 0x030F30) is known color: Midnight Express. HEX triplet: 03, 0F and 30. RGB value is (3,15,48). Sum of RGB (Red+Green+Blue) = 3+15+48=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 48 (19.14% from 255 or 72.73% from 66); Max value from RGB is 48 - color contains mainly: blue. Hex color #030F30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F30 is #FCF0CF. Grayscale: #0F0F0F. Windows color (decimal): -16576720 or 3149571. OLE color: 3149571.
HSL color Cylindrical-coordinate representation of color #030F30: hue angle of 224º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030F30 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 15 | 48 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.81 |
| HSL | 224º | 0.88% | 0.1% | - |
| HSV(B) | 224º | 0.94% | 0.19% | - |
| XYZ | 0.74 | 0.57 | 2.87 | - |
| YUV | 15.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 48 | 0.94 | 0.69 | 0 | 0.81 | 224 | 0.88 | 0.1 |
| Hex | 3 | F | 30 | 5E | 45 | 0 | 51 | E0 | 58 | A |
| Octal | 3 | 17 | 60 | 136 | 105 | 0 | 121 | 340 | 130 | 12 |
| Binary | 11 | 1111 | 110000 | 1011110 | 1000101 | 0 | 1010001 | 11100000 | 1011000 | 1010 |
Color Harmonies of #030F30
Complementary color
Monochromatic Colors of #030F30
Black with #030F30
Text Example
Text Example
White with #030F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F30; }
p { color: rgb(3,15,48); }
H1.HeaderClassName
{
color: #030F30;
}
.AnyTagClassName
{
color: #030F30;
}
</style>
background-color css
<style>
a { background-color: #030F30; }
a { background-color: rgb(3,15,48); }
div.DivClassName
{
background-color: #030F30;
}
.BgClassName
{
background-color: #030F30;
}
</style>
border-color css
<style>
span { border-color: #030F30; }
span { border-color: rgb(3,15,48); }
td.TdClassName
{
border-color: #030F30;
}
.TagClassName
{
border-color: #030F30;
}
</style>