Shades of Midnight Express #080838
Tints of Midnight Express #080838
RGB
CMYK
RGB Variations
Color information
#080838 (or 0x080838) is known color: Midnight Express. HEX triplet: 08, 08 and 38. RGB value is (8,8,56). Sum of RGB (Red+Green+Blue) = 8+8+56=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 56 (22.27% from 255 or 77.78% from 72); Max value from RGB is 56 - color contains mainly: blue. Hex color #080838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080838 is #F7F7C7. Grayscale: #0D0D0D. Windows color (decimal): -16250824 or 3672072. OLE color: 3672072.
HSL color Cylindrical-coordinate representation of color #080838: hue angle of 240º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #080838 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 8 | 56 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.78 |
| HSL | 240º | 0.75% | 0.13% | - |
| HSV(B) | 240º | 0.86% | 0.22% | - |
| XYZ | 0.9 | 0.51 | 3.79 | - |
| YUV | 13.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 56 | 0.86 | 0.86 | 0 | 0.78 | 240 | 0.75 | 0.13 |
| Hex | 8 | 8 | 38 | 56 | 56 | 0 | 4E | F0 | 4B | D |
| Octal | 10 | 10 | 70 | 126 | 126 | 0 | 116 | 360 | 113 | 15 |
| Binary | 1000 | 1000 | 111000 | 1010110 | 1010110 | 0 | 1001110 | 11110000 | 1001011 | 1101 |
Color Harmonies of #080838
Complementary color
Monochromatic Colors of #080838
Black with #080838
Text Example
Text Example
White with #080838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080838; }
p { color: rgb(8,8,56); }
H1.HeaderClassName
{
color: #080838;
}
.AnyTagClassName
{
color: #080838;
}
</style>
background-color css
<style>
a { background-color: #080838; }
a { background-color: rgb(8,8,56); }
div.DivClassName
{
background-color: #080838;
}
.BgClassName
{
background-color: #080838;
}
</style>
border-color css
<style>
span { border-color: #080838; }
span { border-color: rgb(8,8,56); }
td.TdClassName
{
border-color: #080838;
}
.TagClassName
{
border-color: #080838;
}
</style>