Shades of Midnight Express #19202D
Tints of Midnight Express #19202D
RGB
CMYK
RGB Variations
Color information
#19202D (or 0x19202D) is known color: Midnight Express. HEX triplet: 19, 20 and 2D. RGB value is (25,32,45). Sum of RGB (Red+Green+Blue) = 25+32+45=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 45 - color contains mainly: blue. Hex color #19202D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19202D is #E6DFD2. Grayscale: #1F1F1F. Windows color (decimal): -15130579 or 2957337. OLE color: 2957337.
HSL color Cylindrical-coordinate representation of color #19202D: hue angle of 219º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #19202D is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 32 | 45 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.82 |
| HSL | 219º | 0.29% | 0.14% | - |
| HSV(B) | 219º | 0.44% | 0.18% | - |
| XYZ | 1.39 | 1.43 | 2.69 | - |
| YUV | 31.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 45 | 0.44 | 0.29 | 0 | 0.82 | 219 | 0.29 | 0.14 |
| Hex | 19 | 20 | 2D | 2C | 1D | 0 | 52 | DB | 1D | E |
| Octal | 31 | 40 | 55 | 54 | 35 | 0 | 122 | 333 | 35 | 16 |
| Binary | 11001 | 100000 | 101101 | 101100 | 11101 | 0 | 1010010 | 11011011 | 11101 | 1110 |
Color Harmonies of #19202D
Complementary color
Monochromatic Colors of #19202D
Black with #19202D
Text Example
Text Example
White with #19202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19202D; }
p { color: rgb(25,32,45); }
H1.HeaderClassName
{
color: #19202D;
}
.AnyTagClassName
{
color: #19202D;
}
</style>
background-color css
<style>
a { background-color: #19202D; }
a { background-color: rgb(25,32,45); }
div.DivClassName
{
background-color: #19202D;
}
.BgClassName
{
background-color: #19202D;
}
</style>
border-color css
<style>
span { border-color: #19202D; }
span { border-color: rgb(25,32,45); }
td.TdClassName
{
border-color: #19202D;
}
.TagClassName
{
border-color: #19202D;
}
</style>