Shades of Midnight Express #08043D
Tints of Midnight Express #08043D
RGB
CMYK
RGB Variations
Color information
#08043D (or 0x08043D) is known color: Midnight Express. HEX triplet: 08, 04 and 3D. RGB value is (8,4,61). Sum of RGB (Red+Green+Blue) = 8+4+61=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 61 (24.22% from 255 or 83.56% from 73); Max value from RGB is 61 - color contains mainly: blue. Hex color #08043D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08043D is #F7FBC2. Grayscale: #0B0B0B. Windows color (decimal): -16251843 or 3998728. OLE color: 3998728.
HSL color Cylindrical-coordinate representation of color #08043D: hue angle of 244.21º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08043D is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 4 | 61 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.76 |
| HSL | 244.21º | 0.88% | 0.13% | - |
| HSV(B) | 244.21º | 0.93% | 0.24% | - |
| XYZ | 0.99 | 0.48 | 4.45 | - |
| YUV | 11.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 61 | 0.87 | 0.93 | 0 | 0.76 | 244.21 | 0.88 | 0.13 |
| Hex | 8 | 4 | 3D | 57 | 5D | 0 | 4C | F4 | 58 | D |
| Octal | 10 | 4 | 75 | 127 | 135 | 0 | 114 | 364 | 130 | 15 |
| Binary | 1000 | 100 | 111101 | 1010111 | 1011101 | 0 | 1001100 | 11110100 | 1011000 | 1101 |
Color Harmonies of #08043D
Complementary color
Monochromatic Colors of #08043D
Black with #08043D
Text Example
Text Example
White with #08043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08043D; }
p { color: rgb(8,4,61); }
H1.HeaderClassName
{
color: #08043D;
}
.AnyTagClassName
{
color: #08043D;
}
</style>
background-color css
<style>
a { background-color: #08043D; }
a { background-color: rgb(8,4,61); }
div.DivClassName
{
background-color: #08043D;
}
.BgClassName
{
background-color: #08043D;
}
</style>
border-color css
<style>
span { border-color: #08043D; }
span { border-color: rgb(8,4,61); }
td.TdClassName
{
border-color: #08043D;
}
.TagClassName
{
border-color: #08043D;
}
</style>