Shades of Midnight Express #03023D
Tints of Midnight Express #03023D
RGB
CMYK
RGB Variations
Color information
#03023D (or 0x03023D) is known color: Midnight Express. HEX triplet: 03, 02 and 3D. RGB value is (3,2,61). Sum of RGB (Red+Green+Blue) = 3+2+61=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 61 (24.22% from 255 or 92.42% from 66); Max value from RGB is 61 - color contains mainly: blue. Hex color #03023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03023D is #FCFDC2. Grayscale: #080808. Windows color (decimal): -16580035 or 3998211. OLE color: 3998211.
HSL color Cylindrical-coordinate representation of color #03023D: hue angle of 241.02º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03023D is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 2 | 61 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.76 |
| HSL | 241.02º | 0.94% | 0.12% | - |
| HSV(B) | 241.02º | 0.97% | 0.24% | - |
| XYZ | 0.9 | 0.4 | 4.44 | - |
| YUV | 9.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 61 | 0.95 | 0.97 | 0 | 0.76 | 241.02 | 0.94 | 0.12 |
| Hex | 3 | 2 | 3D | 5F | 61 | 0 | 4C | F1 | 5E | C |
| Octal | 3 | 2 | 75 | 137 | 141 | 0 | 114 | 361 | 136 | 14 |
| Binary | 11 | 10 | 111101 | 1011111 | 1100001 | 0 | 1001100 | 11110001 | 1011110 | 1100 |
Color Harmonies of #03023D
Complementary color
Monochromatic Colors of #03023D
Black with #03023D
Text Example
Text Example
White with #03023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03023D; }
p { color: rgb(3,2,61); }
H1.HeaderClassName
{
color: #03023D;
}
.AnyTagClassName
{
color: #03023D;
}
</style>
background-color css
<style>
a { background-color: #03023D; }
a { background-color: rgb(3,2,61); }
div.DivClassName
{
background-color: #03023D;
}
.BgClassName
{
background-color: #03023D;
}
</style>
border-color css
<style>
span { border-color: #03023D; }
span { border-color: rgb(3,2,61); }
td.TdClassName
{
border-color: #03023D;
}
.TagClassName
{
border-color: #03023D;
}
</style>