Shades of Midnight Express #000C2C
Tints of Midnight Express #000C2C
RGB
CMYK
RGB Variations
Color information
#000C2C (or 0x000C2C) is known color: Midnight Express. HEX triplet: 00, 0C and 2C. RGB value is (0,12,44). Sum of RGB (Red+Green+Blue) = 0+12+44=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 44 (17.58% from 255 or 78.57% from 56); Max value from RGB is 44 - color contains mainly: blue. Hex color #000C2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C2C is #FFF3D3. Grayscale: #0B0B0B. Windows color (decimal): -16774100 or 2886656. OLE color: 2886656.
HSL color Cylindrical-coordinate representation of color #000C2C: hue angle of 223.64º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C2C is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 12 | 44 | - |
| CMYK | 1 | 0.73 | 0 | 0.83 |
| HSL | 223.64º | 1% | 0.09% | - |
| HSV(B) | 223.64º | 1% | 0.17% | - |
| XYZ | 0.59 | 0.44 | 2.44 | - |
| YUV | 12.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 44 | 1 | 0.73 | 0 | 0.83 | 223.64 | 1 | 0.09 |
| Hex | 0 | C | 2C | 64 | 49 | 0 | 53 | E0 | 64 | 9 |
| Octal | 0 | 14 | 54 | 144 | 111 | 0 | 123 | 340 | 144 | 11 |
| Binary | 0 | 1100 | 101100 | 1100100 | 1001001 | 0 | 1010011 | 11100000 | 1100100 | 1001 |
Color Harmonies of #000C2C
Complementary color
Monochromatic Colors of #000C2C
Black with #000C2C
Text Example
Text Example
White with #000C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C2C; }
p { color: rgb(0,12,44); }
H1.HeaderClassName
{
color: #000C2C;
}
.AnyTagClassName
{
color: #000C2C;
}
</style>
background-color css
<style>
a { background-color: #000C2C; }
a { background-color: rgb(0,12,44); }
div.DivClassName
{
background-color: #000C2C;
}
.BgClassName
{
background-color: #000C2C;
}
</style>
border-color css
<style>
span { border-color: #000C2C; }
span { border-color: rgb(0,12,44); }
td.TdClassName
{
border-color: #000C2C;
}
.TagClassName
{
border-color: #000C2C;
}
</style>