Shades of Midnight Express #000F3E
Tints of Midnight Express #000F3E
RGB
CMYK
RGB Variations
Color information
#000F3E (or 0x000F3E) is known color: Midnight Express. HEX triplet: 00, 0F and 3E. RGB value is (0,15,62). Sum of RGB (Red+Green+Blue) = 0+15+62=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 62 (24.61% from 255 or 80.52% from 77); Max value from RGB is 62 - color contains mainly: blue. Hex color #000F3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F3E is #FFF0C1. Grayscale: #0F0F0F. Windows color (decimal): -16773314 or 4067072. OLE color: 4067072.
HSL color Cylindrical-coordinate representation of color #000F3E: hue angle of 225.48º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F3E is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 15 | 62 | - |
| CMYK | 1 | 0.76 | 0 | 0.76 |
| HSL | 225.48º | 1% | 0.12% | - |
| HSV(B) | 225.48º | 1% | 0.24% | - |
| XYZ | 1.04 | 0.69 | 4.64 | - |
| YUV | 15.87 | 154.03 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 62 | 1 | 0.76 | 0 | 0.76 | 225.48 | 1 | 0.12 |
| Hex | 0 | F | 3E | 64 | 4C | 0 | 4C | E1 | 64 | C |
| Octal | 0 | 17 | 76 | 144 | 114 | 0 | 114 | 341 | 144 | 14 |
| Binary | 0 | 1111 | 111110 | 1100100 | 1001100 | 0 | 1001100 | 11100001 | 1100100 | 1100 |
Color Harmonies of #000F3E
Complementary color
Monochromatic Colors of #000F3E
Black with #000F3E
Text Example
Text Example
White with #000F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F3E; }
p { color: rgb(0,15,62); }
H1.HeaderClassName
{
color: #000F3E;
}
.AnyTagClassName
{
color: #000F3E;
}
</style>
background-color css
<style>
a { background-color: #000F3E; }
a { background-color: rgb(0,15,62); }
div.DivClassName
{
background-color: #000F3E;
}
.BgClassName
{
background-color: #000F3E;
}
</style>
border-color css
<style>
span { border-color: #000F3E; }
span { border-color: rgb(0,15,62); }
td.TdClassName
{
border-color: #000F3E;
}
.TagClassName
{
border-color: #000F3E;
}
</style>