Shades of Midnight Express #000F30
Tints of Midnight Express #000F30
RGB
CMYK
RGB Variations
Color information
#000F30 (or 0x000F30) is known color: Midnight Express. HEX triplet: 00, 0F and 30. RGB value is (0,15,48). Sum of RGB (Red+Green+Blue) = 0+15+48=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 48 (19.14% from 255 or 76.19% from 63); Max value from RGB is 48 - color contains mainly: blue. Hex color #000F30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F30 is #FFF0CF. Grayscale: #0E0E0E. Windows color (decimal): -16773328 or 3149568. OLE color: 3149568.
HSL color Cylindrical-coordinate representation of color #000F30: hue angle of 221.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F30 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 15 | 48 | - |
| CMYK | 1 | 0.69 | 0 | 0.81 |
| HSL | 221.25º | 1% | 0.09% | - |
| HSV(B) | 221.25º | 1% | 0.19% | - |
| XYZ | 0.7 | 0.56 | 2.87 | - |
| YUV | 14.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 48 | 1 | 0.69 | 0 | 0.81 | 221.25 | 1 | 0.09 |
| Hex | 0 | F | 30 | 64 | 45 | 0 | 51 | DD | 64 | 9 |
| Octal | 0 | 17 | 60 | 144 | 105 | 0 | 121 | 335 | 144 | 11 |
| Binary | 0 | 1111 | 110000 | 1100100 | 1000101 | 0 | 1010001 | 11011101 | 1100100 | 1001 |
Color Harmonies of #000F30
Complementary color
Monochromatic Colors of #000F30
Black with #000F30
Text Example
Text Example
White with #000F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F30; }
p { color: rgb(0,15,48); }
H1.HeaderClassName
{
color: #000F30;
}
.AnyTagClassName
{
color: #000F30;
}
</style>
background-color css
<style>
a { background-color: #000F30; }
a { background-color: rgb(0,15,48); }
div.DivClassName
{
background-color: #000F30;
}
.BgClassName
{
background-color: #000F30;
}
</style>
border-color css
<style>
span { border-color: #000F30; }
span { border-color: rgb(0,15,48); }
td.TdClassName
{
border-color: #000F30;
}
.TagClassName
{
border-color: #000F30;
}
</style>