Shades of Midnight Express #030335
Tints of Midnight Express #030335
RGB
CMYK
RGB Variations
Color information
#030335 (or 0x030335) is known color: Midnight Express. HEX triplet: 03, 03 and 35. RGB value is (3,3,53). Sum of RGB (Red+Green+Blue) = 3+3+53=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 53 (21.09% from 255 or 89.83% from 59); Max value from RGB is 53 - color contains mainly: blue. Hex color #030335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030335 is #FCFCCA. Grayscale: #080808. Windows color (decimal): -16579787 or 3474179. OLE color: 3474179.
HSL color Cylindrical-coordinate representation of color #030335: hue angle of 240º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030335 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 3 | 53 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.79 |
| HSL | 240º | 0.89% | 0.11% | - |
| HSV(B) | 240º | 0.94% | 0.21% | - |
| XYZ | 0.71 | 0.34 | 3.4 | - |
| YUV | 8.7 | 153 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 53 | 0.94 | 0.94 | 0 | 0.79 | 240 | 0.89 | 0.11 |
| Hex | 3 | 3 | 35 | 5E | 5E | 0 | 4F | F0 | 59 | B |
| Octal | 3 | 3 | 65 | 136 | 136 | 0 | 117 | 360 | 131 | 13 |
| Binary | 11 | 11 | 110101 | 1011110 | 1011110 | 0 | 1001111 | 11110000 | 1011001 | 1011 |
Color Harmonies of #030335
Complementary color
Monochromatic Colors of #030335
Black with #030335
Text Example
Text Example
White with #030335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030335; }
p { color: rgb(3,3,53); }
H1.HeaderClassName
{
color: #030335;
}
.AnyTagClassName
{
color: #030335;
}
</style>
background-color css
<style>
a { background-color: #030335; }
a { background-color: rgb(3,3,53); }
div.DivClassName
{
background-color: #030335;
}
.BgClassName
{
background-color: #030335;
}
</style>
border-color css
<style>
span { border-color: #030335; }
span { border-color: rgb(3,3,53); }
td.TdClassName
{
border-color: #030335;
}
.TagClassName
{
border-color: #030335;
}
</style>