Shades of Midnight Express #050B31
Tints of Midnight Express #050B31
RGB
CMYK
RGB Variations
Color information
#050B31 (or 0x050B31) is known color: Midnight Express. HEX triplet: 05, 0B and 31. RGB value is (5,11,49). Sum of RGB (Red+Green+Blue) = 5+11+49=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 49 (19.53% from 255 or 75.38% from 65); Max value from RGB is 49 - color contains mainly: blue. Hex color #050B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B31 is #FAF4CE. Grayscale: #0D0D0D. Windows color (decimal): -16446671 or 3214085. OLE color: 3214085.
HSL color Cylindrical-coordinate representation of color #050B31: hue angle of 231.82º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050B31 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 11 | 49 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.81 |
| HSL | 231.82º | 0.81% | 0.11% | - |
| HSV(B) | 231.82º | 0.9% | 0.19% | - |
| XYZ | 0.74 | 0.49 | 2.96 | - |
| YUV | 13.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 49 | 0.90 | 0.78 | 0 | 0.81 | 231.82 | 0.81 | 0.11 |
| Hex | 5 | B | 31 | 5A | 4E | 0 | 51 | E8 | 51 | B |
| Octal | 5 | 13 | 61 | 132 | 116 | 0 | 121 | 350 | 121 | 13 |
| Binary | 101 | 1011 | 110001 | 1011010 | 1001110 | 0 | 1010001 | 11101000 | 1010001 | 1011 |
Color Harmonies of #050B31
Complementary color
Monochromatic Colors of #050B31
Black with #050B31
Text Example
Text Example
White with #050B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B31; }
p { color: rgb(5,11,49); }
H1.HeaderClassName
{
color: #050B31;
}
.AnyTagClassName
{
color: #050B31;
}
</style>
background-color css
<style>
a { background-color: #050B31; }
a { background-color: rgb(5,11,49); }
div.DivClassName
{
background-color: #050B31;
}
.BgClassName
{
background-color: #050B31;
}
</style>
border-color css
<style>
span { border-color: #050B31; }
span { border-color: rgb(5,11,49); }
td.TdClassName
{
border-color: #050B31;
}
.TagClassName
{
border-color: #050B31;
}
</style>