Shades of Midnight Express #030F2A
Tints of Midnight Express #030F2A
RGB
CMYK
RGB Variations
Color information
#030F2A (or 0x030F2A) is known color: Midnight Express. HEX triplet: 03, 0F and 2A. RGB value is (3,15,42). Sum of RGB (Red+Green+Blue) = 3+15+42=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 42 (16.80% from 255 or 70% from 60); Max value from RGB is 42 - color contains mainly: blue. Hex color #030F2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F2A is #FCF0D5. Grayscale: #0E0E0E. Windows color (decimal): -16576726 or 2756355. OLE color: 2756355.
HSL color Cylindrical-coordinate representation of color #030F2A: hue angle of 221.54º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #030F2A is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 15 | 42 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.84 |
| HSL | 221.54º | 0.87% | 0.09% | - |
| HSV(B) | 221.54º | 0.93% | 0.16% | - |
| XYZ | 0.63 | 0.53 | 2.26 | - |
| YUV | 14.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 42 | 0.93 | 0.64 | 0 | 0.84 | 221.54 | 0.87 | 0.09 |
| Hex | 3 | F | 2A | 5D | 40 | 0 | 54 | DE | 57 | 9 |
| Octal | 3 | 17 | 52 | 135 | 100 | 0 | 124 | 336 | 127 | 11 |
| Binary | 11 | 1111 | 101010 | 1011101 | 1000000 | 0 | 1010100 | 11011110 | 1010111 | 1001 |
Color Harmonies of #030F2A
Complementary color
Monochromatic Colors of #030F2A
Black with #030F2A
Text Example
Text Example
White with #030F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F2A; }
p { color: rgb(3,15,42); }
H1.HeaderClassName
{
color: #030F2A;
}
.AnyTagClassName
{
color: #030F2A;
}
</style>
background-color css
<style>
a { background-color: #030F2A; }
a { background-color: rgb(3,15,42); }
div.DivClassName
{
background-color: #030F2A;
}
.BgClassName
{
background-color: #030F2A;
}
</style>
border-color css
<style>
span { border-color: #030F2A; }
span { border-color: rgb(3,15,42); }
td.TdClassName
{
border-color: #030F2A;
}
.TagClassName
{
border-color: #030F2A;
}
</style>