Shades of Midnight Express #03102F
Tints of Midnight Express #03102F
RGB
CMYK
RGB Variations
Color information
#03102F (or 0x03102F) is known color: Midnight Express. HEX triplet: 03, 10 and 2F. RGB value is (3,16,47). Sum of RGB (Red+Green+Blue) = 3+16+47=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #03102F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03102F is #FCEFD0. Grayscale: #0F0F0F. Windows color (decimal): -16576465 or 3084291. OLE color: 3084291.
HSL color Cylindrical-coordinate representation of color #03102F: hue angle of 222.27º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03102F is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 16 | 47 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.82 |
| HSL | 222.27º | 0.88% | 0.1% | - |
| HSV(B) | 222.27º | 0.94% | 0.18% | - |
| XYZ | 0.74 | 0.6 | 2.77 | - |
| YUV | 15.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 47 | 0.94 | 0.66 | 0 | 0.82 | 222.27 | 0.88 | 0.1 |
| Hex | 3 | 10 | 2F | 5E | 42 | 0 | 52 | DE | 58 | A |
| Octal | 3 | 20 | 57 | 136 | 102 | 0 | 122 | 336 | 130 | 12 |
| Binary | 11 | 10000 | 101111 | 1011110 | 1000010 | 0 | 1010010 | 11011110 | 1011000 | 1010 |
Color Harmonies of #03102F
Complementary color
Monochromatic Colors of #03102F
Black with #03102F
Text Example
Text Example
White with #03102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03102F; }
p { color: rgb(3,16,47); }
H1.HeaderClassName
{
color: #03102F;
}
.AnyTagClassName
{
color: #03102F;
}
</style>
background-color css
<style>
a { background-color: #03102F; }
a { background-color: rgb(3,16,47); }
div.DivClassName
{
background-color: #03102F;
}
.BgClassName
{
background-color: #03102F;
}
</style>
border-color css
<style>
span { border-color: #03102F; }
span { border-color: rgb(3,16,47); }
td.TdClassName
{
border-color: #03102F;
}
.TagClassName
{
border-color: #03102F;
}
</style>