Shades of Midnight Express #081430
Tints of Midnight Express #081430
RGB
CMYK
RGB Variations
Color information
#081430 (or 0x081430) is known color: Midnight Express. HEX triplet: 08, 14 and 30. RGB value is (8,20,48). Sum of RGB (Red+Green+Blue) = 8+20+48=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #081430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081430 is #F7EBCF. Grayscale: #131313. Windows color (decimal): -16247760 or 3150856. OLE color: 3150856.
HSL color Cylindrical-coordinate representation of color #081430: hue angle of 222º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #081430 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 20 | 48 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.81 |
| HSL | 222º | 0.71% | 0.11% | - |
| HSV(B) | 222º | 0.83% | 0.19% | - |
| XYZ | 0.88 | 0.77 | 2.9 | - |
| YUV | 19.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 48 | 0.83 | 0.58 | 0 | 0.81 | 222 | 0.71 | 0.11 |
| Hex | 8 | 14 | 30 | 53 | 3A | 0 | 51 | DE | 47 | B |
| Octal | 10 | 24 | 60 | 123 | 72 | 0 | 121 | 336 | 107 | 13 |
| Binary | 1000 | 10100 | 110000 | 1010011 | 111010 | 0 | 1010001 | 11011110 | 1000111 | 1011 |
Color Harmonies of #081430
Complementary color
Monochromatic Colors of #081430
Black with #081430
Text Example
Text Example
White with #081430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081430; }
p { color: rgb(8,20,48); }
H1.HeaderClassName
{
color: #081430;
}
.AnyTagClassName
{
color: #081430;
}
</style>
background-color css
<style>
a { background-color: #081430; }
a { background-color: rgb(8,20,48); }
div.DivClassName
{
background-color: #081430;
}
.BgClassName
{
background-color: #081430;
}
</style>
border-color css
<style>
span { border-color: #081430; }
span { border-color: rgb(8,20,48); }
td.TdClassName
{
border-color: #081430;
}
.TagClassName
{
border-color: #081430;
}
</style>