Shades of Midnight Express #000841
Tints of Midnight Express #000841
RGB
CMYK
RGB Variations
Color information
#000841 (or 0x000841) is known color: Midnight Express. HEX triplet: 00, 08 and 41. RGB value is (0,8,65). Sum of RGB (Red+Green+Blue) = 0+8+65=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 65 (25.78% from 255 or 89.04% from 73); Max value from RGB is 65 - color contains mainly: blue. Hex color #000841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000841 is #FFF7BE. Grayscale: #0B0B0B. Windows color (decimal): -16775103 or 4261888. OLE color: 4261888.
HSL color Cylindrical-coordinate representation of color #000841: hue angle of 232.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000841 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 8 | 65 | - |
| CMYK | 1 | 0.88 | 0 | 0.75 |
| HSL | 232.62º | 1% | 0.13% | - |
| HSV(B) | 232.62º | 1% | 0.25% | - |
| XYZ | 1.04 | 0.56 | 5.05 | - |
| YUV | 12.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 65 | 1 | 0.88 | 0 | 0.75 | 232.62 | 1 | 0.13 |
| Hex | 0 | 8 | 41 | 64 | 58 | 0 | 4B | E9 | 64 | D |
| Octal | 0 | 10 | 101 | 144 | 130 | 0 | 113 | 351 | 144 | 15 |
| Binary | 0 | 1000 | 1000001 | 1100100 | 1011000 | 0 | 1001011 | 11101001 | 1100100 | 1101 |
Color Harmonies of #000841
Complementary color
Monochromatic Colors of #000841
Black with #000841
Text Example
Text Example
White with #000841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000841; }
p { color: rgb(0,8,65); }
H1.HeaderClassName
{
color: #000841;
}
.AnyTagClassName
{
color: #000841;
}
</style>
background-color css
<style>
a { background-color: #000841; }
a { background-color: rgb(0,8,65); }
div.DivClassName
{
background-color: #000841;
}
.BgClassName
{
background-color: #000841;
}
</style>
border-color css
<style>
span { border-color: #000841; }
span { border-color: rgb(0,8,65); }
td.TdClassName
{
border-color: #000841;
}
.TagClassName
{
border-color: #000841;
}
</style>