Shades of Midnight Express #040B32
Tints of Midnight Express #040B32
RGB
CMYK
RGB Variations
Color information
#040B32 (or 0x040B32) is known color: Midnight Express. HEX triplet: 04, 0B and 32. RGB value is (4,11,50). Sum of RGB (Red+Green+Blue) = 4+11+50=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 50 (19.92% from 255 or 76.92% from 65); Max value from RGB is 50 - color contains mainly: blue. Hex color #040B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040B32 is #FBF4CD. Grayscale: #0D0D0D. Windows color (decimal): -16512206 or 3279620. OLE color: 3279620.
HSL color Cylindrical-coordinate representation of color #040B32: hue angle of 230.87º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #040B32 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 11 | 50 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.80 |
| HSL | 230.87º | 0.85% | 0.11% | - |
| HSV(B) | 230.87º | 0.92% | 0.2% | - |
| XYZ | 0.75 | 0.5 | 3.07 | - |
| YUV | 13.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 50 | 0.92 | 0.78 | 0 | 0.80 | 230.87 | 0.85 | 0.11 |
| Hex | 4 | B | 32 | 5C | 4E | 0 | 50 | E7 | 55 | B |
| Octal | 4 | 13 | 62 | 134 | 116 | 0 | 120 | 347 | 125 | 13 |
| Binary | 100 | 1011 | 110010 | 1011100 | 1001110 | 0 | 1010000 | 11100111 | 1010101 | 1011 |
Color Harmonies of #040B32
Complementary color
Monochromatic Colors of #040B32
Black with #040B32
Text Example
Text Example
White with #040B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B32; }
p { color: rgb(4,11,50); }
H1.HeaderClassName
{
color: #040B32;
}
.AnyTagClassName
{
color: #040B32;
}
</style>
background-color css
<style>
a { background-color: #040B32; }
a { background-color: rgb(4,11,50); }
div.DivClassName
{
background-color: #040B32;
}
.BgClassName
{
background-color: #040B32;
}
</style>
border-color css
<style>
span { border-color: #040B32; }
span { border-color: rgb(4,11,50); }
td.TdClassName
{
border-color: #040B32;
}
.TagClassName
{
border-color: #040B32;
}
</style>