Shades of Midnight Express #03103D
Tints of Midnight Express #03103D
RGB
CMYK
RGB Variations
Color information
#03103D (or 0x03103D) is known color: Midnight Express. HEX triplet: 03, 10 and 3D. RGB value is (3,16,61). Sum of RGB (Red+Green+Blue) = 3+16+61=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 61 (24.22% from 255 or 76.25% from 80); Max value from RGB is 61 - color contains mainly: blue. Hex color #03103D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03103D is #FCEFC2. Grayscale: #111111. Windows color (decimal): -16576451 or 4001795. OLE color: 4001795.
HSL color Cylindrical-coordinate representation of color #03103D: hue angle of 226.55º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03103D is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 16 | 61 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.76 |
| HSL | 226.55º | 0.91% | 0.13% | - |
| HSV(B) | 226.55º | 0.95% | 0.24% | - |
| XYZ | 1.07 | 0.73 | 4.5 | - |
| YUV | 17.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 61 | 0.95 | 0.74 | 0 | 0.76 | 226.55 | 0.91 | 0.13 |
| Hex | 3 | 10 | 3D | 5F | 4A | 0 | 4C | E3 | 5B | D |
| Octal | 3 | 20 | 75 | 137 | 112 | 0 | 114 | 343 | 133 | 15 |
| Binary | 11 | 10000 | 111101 | 1011111 | 1001010 | 0 | 1001100 | 11100011 | 1011011 | 1101 |
Color Harmonies of #03103D
Complementary color
Monochromatic Colors of #03103D
Black with #03103D
Text Example
Text Example
White with #03103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03103D; }
p { color: rgb(3,16,61); }
H1.HeaderClassName
{
color: #03103D;
}
.AnyTagClassName
{
color: #03103D;
}
</style>
background-color css
<style>
a { background-color: #03103D; }
a { background-color: rgb(3,16,61); }
div.DivClassName
{
background-color: #03103D;
}
.BgClassName
{
background-color: #03103D;
}
</style>
border-color css
<style>
span { border-color: #03103D; }
span { border-color: rgb(3,16,61); }
td.TdClassName
{
border-color: #03103D;
}
.TagClassName
{
border-color: #03103D;
}
</style>