Shades of Midnight Express #030F32
Tints of Midnight Express #030F32
RGB
CMYK
RGB Variations
Color information
#030F32 (or 0x030F32) is known color: Midnight Express. HEX triplet: 03, 0F and 32. RGB value is (3,15,50). Sum of RGB (Red+Green+Blue) = 3+15+50=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 50 (19.92% from 255 or 73.53% from 68); Max value from RGB is 50 - color contains mainly: blue. Hex color #030F32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F32 is #FCF0CD. Grayscale: #0F0F0F. Windows color (decimal): -16576718 or 3280643. OLE color: 3280643.
HSL color Cylindrical-coordinate representation of color #030F32: hue angle of 224.68º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030F32 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 15 | 50 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.80 |
| HSL | 224.68º | 0.89% | 0.1% | - |
| HSV(B) | 224.68º | 0.94% | 0.2% | - |
| XYZ | 0.78 | 0.59 | 3.09 | - |
| YUV | 15.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 50 | 0.94 | 0.70 | 0 | 0.80 | 224.68 | 0.89 | 0.1 |
| Hex | 3 | F | 32 | 5E | 46 | 0 | 50 | E1 | 59 | A |
| Octal | 3 | 17 | 62 | 136 | 106 | 0 | 120 | 341 | 131 | 12 |
| Binary | 11 | 1111 | 110010 | 1011110 | 1000110 | 0 | 1010000 | 11100001 | 1011001 | 1010 |
Color Harmonies of #030F32
Complementary color
Monochromatic Colors of #030F32
Black with #030F32
Text Example
Text Example
White with #030F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F32; }
p { color: rgb(3,15,50); }
H1.HeaderClassName
{
color: #030F32;
}
.AnyTagClassName
{
color: #030F32;
}
</style>
background-color css
<style>
a { background-color: #030F32; }
a { background-color: rgb(3,15,50); }
div.DivClassName
{
background-color: #030F32;
}
.BgClassName
{
background-color: #030F32;
}
</style>
border-color css
<style>
span { border-color: #030F32; }
span { border-color: rgb(3,15,50); }
td.TdClassName
{
border-color: #030F32;
}
.TagClassName
{
border-color: #030F32;
}
</style>