Shades of Midnight Express #03102D
Tints of Midnight Express #03102D
RGB
CMYK
RGB Variations
Color information
#03102D (or 0x03102D) is known color: Midnight Express. HEX triplet: 03, 10 and 2D. RGB value is (3,16,45). Sum of RGB (Red+Green+Blue) = 3+16+45=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #03102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03102D is #FCEFD2. Grayscale: #0F0F0F. Windows color (decimal): -16576467 or 2953219. OLE color: 2953219.
HSL color Cylindrical-coordinate representation of color #03102D: hue angle of 221.43º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03102D is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 16 | 45 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.82 |
| HSL | 221.43º | 0.88% | 0.09% | - |
| HSV(B) | 221.43º | 0.93% | 0.18% | - |
| XYZ | 0.7 | 0.58 | 2.56 | - |
| YUV | 15.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 45 | 0.93 | 0.64 | 0 | 0.82 | 221.43 | 0.88 | 0.09 |
| Hex | 3 | 10 | 2D | 5D | 40 | 0 | 52 | DD | 58 | 9 |
| Octal | 3 | 20 | 55 | 135 | 100 | 0 | 122 | 335 | 130 | 11 |
| Binary | 11 | 10000 | 101101 | 1011101 | 1000000 | 0 | 1010010 | 11011101 | 1011000 | 1001 |
Color Harmonies of #03102D
Complementary color
Monochromatic Colors of #03102D
Black with #03102D
Text Example
Text Example
White with #03102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03102D; }
p { color: rgb(3,16,45); }
H1.HeaderClassName
{
color: #03102D;
}
.AnyTagClassName
{
color: #03102D;
}
</style>
background-color css
<style>
a { background-color: #03102D; }
a { background-color: rgb(3,16,45); }
div.DivClassName
{
background-color: #03102D;
}
.BgClassName
{
background-color: #03102D;
}
</style>
border-color css
<style>
span { border-color: #03102D; }
span { border-color: rgb(3,16,45); }
td.TdClassName
{
border-color: #03102D;
}
.TagClassName
{
border-color: #03102D;
}
</style>