Shades of Midnight Express #000F2D
Tints of Midnight Express #000F2D
RGB
CMYK
RGB Variations
Color information
#000F2D (or 0x000F2D) is known color: Midnight Express. HEX triplet: 00, 0F and 2D. RGB value is (0,15,45). Sum of RGB (Red+Green+Blue) = 0+15+45=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 45 (17.97% from 255 or 75% from 60); Max value from RGB is 45 - color contains mainly: blue. Hex color #000F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F2D is #FFF0D2. Grayscale: #0D0D0D. Windows color (decimal): -16773331 or 2952960. OLE color: 2952960.
HSL color Cylindrical-coordinate representation of color #000F2D: hue angle of 220º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F2D is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 15 | 45 | - |
| CMYK | 1 | 0.67 | 0 | 0.82 |
| HSL | 220º | 1% | 0.09% | - |
| HSV(B) | 220º | 1% | 0.18% | - |
| XYZ | 0.64 | 0.53 | 2.55 | - |
| YUV | 13.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 45 | 1 | 0.67 | 0 | 0.82 | 220 | 1 | 0.09 |
| Hex | 0 | F | 2D | 64 | 43 | 0 | 52 | DC | 64 | 9 |
| Octal | 0 | 17 | 55 | 144 | 103 | 0 | 122 | 334 | 144 | 11 |
| Binary | 0 | 1111 | 101101 | 1100100 | 1000011 | 0 | 1010010 | 11011100 | 1100100 | 1001 |
Color Harmonies of #000F2D
Complementary color
Monochromatic Colors of #000F2D
Black with #000F2D
Text Example
Text Example
White with #000F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F2D; }
p { color: rgb(0,15,45); }
H1.HeaderClassName
{
color: #000F2D;
}
.AnyTagClassName
{
color: #000F2D;
}
</style>
background-color css
<style>
a { background-color: #000F2D; }
a { background-color: rgb(0,15,45); }
div.DivClassName
{
background-color: #000F2D;
}
.BgClassName
{
background-color: #000F2D;
}
</style>
border-color css
<style>
span { border-color: #000F2D; }
span { border-color: rgb(0,15,45); }
td.TdClassName
{
border-color: #000F2D;
}
.TagClassName
{
border-color: #000F2D;
}
</style>