Shades of Midnight Express #191F2E
Tints of Midnight Express #191F2E
RGB
CMYK
RGB Variations
Color information
#191F2E (or 0x191F2E) is known color: Midnight Express. HEX triplet: 19, 1F and 2E. RGB value is (25,31,46). Sum of RGB (Red+Green+Blue) = 25+31+46=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #191F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F2E is #E6E0D1. Grayscale: #1E1E1E. Windows color (decimal): -15130834 or 3022617. OLE color: 3022617.
HSL color Cylindrical-coordinate representation of color #191F2E: hue angle of 222.86º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #191F2E is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 31 | 46 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.82 |
| HSL | 222.86º | 0.3% | 0.14% | - |
| HSV(B) | 222.86º | 0.46% | 0.18% | - |
| XYZ | 1.38 | 1.38 | 2.78 | - |
| YUV | 30.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 46 | 0.46 | 0.33 | 0 | 0.82 | 222.86 | 0.3 | 0.14 |
| Hex | 19 | 1F | 2E | 2E | 21 | 0 | 52 | DF | 1E | E |
| Octal | 31 | 37 | 56 | 56 | 41 | 0 | 122 | 337 | 36 | 16 |
| Binary | 11001 | 11111 | 101110 | 101110 | 100001 | 0 | 1010010 | 11011111 | 11110 | 1110 |
Color Harmonies of #191F2E
Complementary color
Monochromatic Colors of #191F2E
Black with #191F2E
Text Example
Text Example
White with #191F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F2E; }
p { color: rgb(25,31,46); }
H1.HeaderClassName
{
color: #191F2E;
}
.AnyTagClassName
{
color: #191F2E;
}
</style>
background-color css
<style>
a { background-color: #191F2E; }
a { background-color: rgb(25,31,46); }
div.DivClassName
{
background-color: #191F2E;
}
.BgClassName
{
background-color: #191F2E;
}
</style>
border-color css
<style>
span { border-color: #191F2E; }
span { border-color: rgb(25,31,46); }
td.TdClassName
{
border-color: #191F2E;
}
.TagClassName
{
border-color: #191F2E;
}
</style>