Shades of Midnight Express #000332
Tints of Midnight Express #000332
RGB
CMYK
RGB Variations
Color information
#000332 (or 0x000332) is known color: Midnight Express. HEX triplet: 00, 03 and 32. RGB value is (0,3,50). Sum of RGB (Red+Green+Blue) = 0+3+50=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 50 (19.92% from 255 or 94.34% from 53); Max value from RGB is 50 - color contains mainly: blue. Hex color #000332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000332 is #FFFCCD. Grayscale: #070707. Windows color (decimal): -16776398 or 3277568. OLE color: 3277568.
HSL color Cylindrical-coordinate representation of color #000332: hue angle of 236.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000332 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 3 | 50 | - |
| CMYK | 1 | 0.94 | 0 | 0.80 |
| HSL | 236.4º | 1% | 0.1% | - |
| HSV(B) | 236.4º | 1% | 0.2% | - |
| XYZ | 0.61 | 0.3 | 3.04 | - |
| YUV | 7.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 50 | 1 | 0.94 | 0 | 0.80 | 236.4 | 1 | 0.1 |
| Hex | 0 | 3 | 32 | 64 | 5E | 0 | 50 | EC | 64 | A |
| Octal | 0 | 3 | 62 | 144 | 136 | 0 | 120 | 354 | 144 | 12 |
| Binary | 0 | 11 | 110010 | 1100100 | 1011110 | 0 | 1010000 | 11101100 | 1100100 | 1010 |
Color Harmonies of #000332
Complementary color
Monochromatic Colors of #000332
Black with #000332
Text Example
Text Example
White with #000332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000332; }
p { color: rgb(0,3,50); }
H1.HeaderClassName
{
color: #000332;
}
.AnyTagClassName
{
color: #000332;
}
</style>
background-color css
<style>
a { background-color: #000332; }
a { background-color: rgb(0,3,50); }
div.DivClassName
{
background-color: #000332;
}
.BgClassName
{
background-color: #000332;
}
</style>
border-color css
<style>
span { border-color: #000332; }
span { border-color: rgb(0,3,50); }
td.TdClassName
{
border-color: #000332;
}
.TagClassName
{
border-color: #000332;
}
</style>