Shades of Midnight Express #061231
Tints of Midnight Express #061231
RGB
CMYK
RGB Variations
Color information
#061231 (or 0x061231) is known color: Midnight Express. HEX triplet: 06, 12 and 31. RGB value is (6,18,49). Sum of RGB (Red+Green+Blue) = 6+18+49=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #061231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061231 is #F9EDCE. Grayscale: #111111. Windows color (decimal): -16379343 or 3215878. OLE color: 3215878.
HSL color Cylindrical-coordinate representation of color #061231: hue angle of 223.26º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061231 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 18 | 49 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.81 |
| HSL | 223.26º | 0.78% | 0.11% | - |
| HSV(B) | 223.26º | 0.88% | 0.19% | - |
| XYZ | 0.85 | 0.69 | 2.99 | - |
| YUV | 17.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 49 | 0.88 | 0.63 | 0 | 0.81 | 223.26 | 0.78 | 0.11 |
| Hex | 6 | 12 | 31 | 58 | 3F | 0 | 51 | DF | 4E | B |
| Octal | 6 | 22 | 61 | 130 | 77 | 0 | 121 | 337 | 116 | 13 |
| Binary | 110 | 10010 | 110001 | 1011000 | 111111 | 0 | 1010001 | 11011111 | 1001110 | 1011 |
Color Harmonies of #061231
Complementary color
Monochromatic Colors of #061231
Black with #061231
Text Example
Text Example
White with #061231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061231; }
p { color: rgb(6,18,49); }
H1.HeaderClassName
{
color: #061231;
}
.AnyTagClassName
{
color: #061231;
}
</style>
background-color css
<style>
a { background-color: #061231; }
a { background-color: rgb(6,18,49); }
div.DivClassName
{
background-color: #061231;
}
.BgClassName
{
background-color: #061231;
}
</style>
border-color css
<style>
span { border-color: #061231; }
span { border-color: rgb(6,18,49); }
td.TdClassName
{
border-color: #061231;
}
.TagClassName
{
border-color: #061231;
}
</style>