Shades of Midnight Express #03003D
Tints of Midnight Express #03003D
RGB
CMYK
RGB Variations
Color information
#03003D (or 0x03003D) is known color: Midnight Express. HEX triplet: 03, 00 and 3D. RGB value is (3,0,61). Sum of RGB (Red+Green+Blue) = 3+0+61=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 61 (24.22% from 255 or 95.31% from 64); Max value from RGB is 61 - color contains mainly: blue. Hex color #03003D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03003D is #FCFFC2. Grayscale: #070707. Windows color (decimal): -16580547 or 3997699. OLE color: 3997699.
HSL color Cylindrical-coordinate representation of color #03003D: hue angle of 242.95º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03003D is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 0 | 61 | - |
| CMYK | 0.95 | 1 | 0 | 0.76 |
| HSL | 242.95º | 1% | 0.12% | - |
| HSV(B) | 242.95º | 1% | 0.24% | - |
| XYZ | 0.88 | 0.36 | 4.44 | - |
| YUV | 7.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 61 | 0.95 | 1 | 0 | 0.76 | 242.95 | 1 | 0.12 |
| Hex | 3 | 0 | 3D | 5F | 64 | 0 | 4C | F3 | 64 | C |
| Octal | 3 | 0 | 75 | 137 | 144 | 0 | 114 | 363 | 144 | 14 |
| Binary | 11 | 0 | 111101 | 1011111 | 1100100 | 0 | 1001100 | 11110011 | 1100100 | 1100 |
Color Harmonies of #03003D
Complementary color
Monochromatic Colors of #03003D
Black with #03003D
Text Example
Text Example
White with #03003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03003D; }
p { color: rgb(3,0,61); }
H1.HeaderClassName
{
color: #03003D;
}
.AnyTagClassName
{
color: #03003D;
}
</style>
background-color css
<style>
a { background-color: #03003D; }
a { background-color: rgb(3,0,61); }
div.DivClassName
{
background-color: #03003D;
}
.BgClassName
{
background-color: #03003D;
}
</style>
border-color css
<style>
span { border-color: #03003D; }
span { border-color: rgb(3,0,61); }
td.TdClassName
{
border-color: #03003D;
}
.TagClassName
{
border-color: #03003D;
}
</style>