Shades of Midnight Express #192132
Tints of Midnight Express #192132
RGB
CMYK
RGB Variations
Color information
#192132 (or 0x192132) is known color: Midnight Express. HEX triplet: 19, 21 and 32. RGB value is (25,33,50). Sum of RGB (Red+Green+Blue) = 25+33+50=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #192132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192132 is #E6DECD. Grayscale: #202020. Windows color (decimal): -15130318 or 3285273. OLE color: 3285273.
HSL color Cylindrical-coordinate representation of color #192132: hue angle of 220.8º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #192132 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 33 | 50 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.80 |
| HSL | 220.8º | 0.33% | 0.15% | - |
| HSV(B) | 220.8º | 0.5% | 0.2% | - |
| XYZ | 1.52 | 1.52 | 3.23 | - |
| YUV | 32.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 50 | 0.50 | 0.34 | 0 | 0.80 | 220.8 | 0.33 | 0.15 |
| Hex | 19 | 21 | 32 | 32 | 22 | 0 | 50 | DD | 21 | F |
| Octal | 31 | 41 | 62 | 62 | 42 | 0 | 120 | 335 | 41 | 17 |
| Binary | 11001 | 100001 | 110010 | 110010 | 100010 | 0 | 1010000 | 11011101 | 100001 | 1111 |
Color Harmonies of #192132
Complementary color
Monochromatic Colors of #192132
Black with #192132
Text Example
Text Example
White with #192132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192132; }
p { color: rgb(25,33,50); }
H1.HeaderClassName
{
color: #192132;
}
.AnyTagClassName
{
color: #192132;
}
</style>
background-color css
<style>
a { background-color: #192132; }
a { background-color: rgb(25,33,50); }
div.DivClassName
{
background-color: #192132;
}
.BgClassName
{
background-color: #192132;
}
</style>
border-color css
<style>
span { border-color: #192132; }
span { border-color: rgb(25,33,50); }
td.TdClassName
{
border-color: #192132;
}
.TagClassName
{
border-color: #192132;
}
</style>