Shades of Midnight Express #192231
Tints of Midnight Express #192231
RGB
CMYK
RGB Variations
Color information
#192231 (or 0x192231) is known color: Midnight Express. HEX triplet: 19, 22 and 31. RGB value is (25,34,49). Sum of RGB (Red+Green+Blue) = 25+34+49=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #192231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192231 is #E6DDCE. Grayscale: #202020. Windows color (decimal): -15130063 or 3219993. OLE color: 3219993.
HSL color Cylindrical-coordinate representation of color #192231: hue angle of 217.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #192231 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 34 | 49 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.81 |
| HSL | 217.5º | 0.32% | 0.15% | - |
| HSV(B) | 217.5º | 0.49% | 0.19% | - |
| XYZ | 1.53 | 1.57 | 3.13 | - |
| YUV | 33.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 49 | 0.49 | 0.31 | 0 | 0.81 | 217.5 | 0.32 | 0.15 |
| Hex | 19 | 22 | 31 | 31 | 1F | 0 | 51 | DA | 20 | F |
| Octal | 31 | 42 | 61 | 61 | 37 | 0 | 121 | 332 | 40 | 17 |
| Binary | 11001 | 100010 | 110001 | 110001 | 11111 | 0 | 1010001 | 11011010 | 100000 | 1111 |
Color Harmonies of #192231
Complementary color
Monochromatic Colors of #192231
Black with #192231
Text Example
Text Example
White with #192231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192231; }
p { color: rgb(25,34,49); }
H1.HeaderClassName
{
color: #192231;
}
.AnyTagClassName
{
color: #192231;
}
</style>
background-color css
<style>
a { background-color: #192231; }
a { background-color: rgb(25,34,49); }
div.DivClassName
{
background-color: #192231;
}
.BgClassName
{
background-color: #192231;
}
</style>
border-color css
<style>
span { border-color: #192231; }
span { border-color: rgb(25,34,49); }
td.TdClassName
{
border-color: #192231;
}
.TagClassName
{
border-color: #192231;
}
</style>