Shades of Midnight Express #041835
Tints of Midnight Express #041835
RGB
CMYK
RGB Variations
Color information
#041835 (or 0x041835) is known color: Midnight Express. HEX triplet: 04, 18 and 35. RGB value is (4,24,53). Sum of RGB (Red+Green+Blue) = 4+24+53=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 53 (21.09% from 255 or 65.43% from 81); Max value from RGB is 53 - color contains mainly: blue. Hex color #041835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041835 is #FBE7CA. Grayscale: #151515. Windows color (decimal): -16508875 or 3479556. OLE color: 3479556.
HSL color Cylindrical-coordinate representation of color #041835: hue angle of 215.51º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041835 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 24 | 53 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.79 |
| HSL | 215.51º | 0.86% | 0.11% | - |
| HSV(B) | 215.51º | 0.92% | 0.21% | - |
| XYZ | 1.02 | 0.94 | 3.5 | - |
| YUV | 21.33 | 145.87 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 53 | 0.92 | 0.55 | 0 | 0.79 | 215.51 | 0.86 | 0.11 |
| Hex | 4 | 18 | 35 | 5C | 37 | 0 | 4F | D8 | 56 | B |
| Octal | 4 | 30 | 65 | 134 | 67 | 0 | 117 | 330 | 126 | 13 |
| Binary | 100 | 11000 | 110101 | 1011100 | 110111 | 0 | 1001111 | 11011000 | 1010110 | 1011 |
Color Harmonies of #041835
Complementary color
Monochromatic Colors of #041835
Black with #041835
Text Example
Text Example
White with #041835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041835; }
p { color: rgb(4,24,53); }
H1.HeaderClassName
{
color: #041835;
}
.AnyTagClassName
{
color: #041835;
}
</style>
background-color css
<style>
a { background-color: #041835; }
a { background-color: rgb(4,24,53); }
div.DivClassName
{
background-color: #041835;
}
.BgClassName
{
background-color: #041835;
}
</style>
border-color css
<style>
span { border-color: #041835; }
span { border-color: rgb(4,24,53); }
td.TdClassName
{
border-color: #041835;
}
.TagClassName
{
border-color: #041835;
}
</style>