Shades of Midnight Express #000034
Tints of Midnight Express #000034
RGB
CMYK
RGB Variations
Color information
#000034 (or 0x000034) is known color: Midnight Express. HEX triplet: 00, 00 and 34. RGB value is (0,0,52). Sum of RGB (Red+Green+Blue) = 0+0+52=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 52 (20.70% from 255 or 100% from 52); Max value from RGB is 52 - color contains mainly: blue. Hex color #000034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000034 is #FFFFCB. Grayscale: #050505. Windows color (decimal): -16777164 or 3407872. OLE color: 3407872.
HSL color Cylindrical-coordinate representation of color #000034: hue angle of 240º 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 #000034 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 0 | 52 | - |
| CMYK | 1 | 1 | 0 | 0.80 |
| HSL | 240º | 1% | 0.1% | - |
| HSV(B) | 240º | 1% | 0.2% | - |
| XYZ | 0.62 | 0.25 | 3.26 | - |
| YUV | 5.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 52 | 1 | 1 | 0 | 0.80 | 240 | 1 | 0.1 |
| Hex | 0 | 0 | 34 | 64 | 64 | 0 | 50 | F0 | 64 | A |
| Octal | 0 | 0 | 64 | 144 | 144 | 0 | 120 | 360 | 144 | 12 |
| Binary | 0 | 0 | 110100 | 1100100 | 1100100 | 0 | 1010000 | 11110000 | 1100100 | 1010 |
Color Harmonies of #000034
Complementary color
Monochromatic Colors of #000034
Black with #000034
Text Example
Text Example
White with #000034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000034; }
p { color: rgb(0,0,52); }
H1.HeaderClassName
{
color: #000034;
}
.AnyTagClassName
{
color: #000034;
}
</style>
background-color css
<style>
a { background-color: #000034; }
a { background-color: rgb(0,0,52); }
div.DivClassName
{
background-color: #000034;
}
.BgClassName
{
background-color: #000034;
}
</style>
border-color css
<style>
span { border-color: #000034; }
span { border-color: rgb(0,0,52); }
td.TdClassName
{
border-color: #000034;
}
.TagClassName
{
border-color: #000034;
}
</style>