Shades of Midnight Express #191F30
Tints of Midnight Express #191F30
RGB
CMYK
RGB Variations
Color information
#191F30 (or 0x191F30) is known color: Midnight Express. HEX triplet: 19, 1F and 30. RGB value is (25,31,48). Sum of RGB (Red+Green+Blue) = 25+31+48=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #191F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F30 is #E6E0CF. Grayscale: #1F1F1F. Windows color (decimal): -15130832 or 3153689. OLE color: 3153689.
HSL color Cylindrical-coordinate representation of color #191F30: hue angle of 224.35º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #191F30 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 31 | 48 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.81 |
| HSL | 224.35º | 0.32% | 0.14% | - |
| HSV(B) | 224.35º | 0.48% | 0.19% | - |
| XYZ | 1.42 | 1.4 | 2.99 | - |
| YUV | 31.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 48 | 0.48 | 0.35 | 0 | 0.81 | 224.35 | 0.32 | 0.14 |
| Hex | 19 | 1F | 30 | 30 | 23 | 0 | 51 | E0 | 20 | E |
| Octal | 31 | 37 | 60 | 60 | 43 | 0 | 121 | 340 | 40 | 16 |
| Binary | 11001 | 11111 | 110000 | 110000 | 100011 | 0 | 1010001 | 11100000 | 100000 | 1110 |
Color Harmonies of #191F30
Complementary color
Monochromatic Colors of #191F30
Black with #191F30
Text Example
Text Example
White with #191F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F30; }
p { color: rgb(25,31,48); }
H1.HeaderClassName
{
color: #191F30;
}
.AnyTagClassName
{
color: #191F30;
}
</style>
background-color css
<style>
a { background-color: #191F30; }
a { background-color: rgb(25,31,48); }
div.DivClassName
{
background-color: #191F30;
}
.BgClassName
{
background-color: #191F30;
}
</style>
border-color css
<style>
span { border-color: #191F30; }
span { border-color: rgb(25,31,48); }
td.TdClassName
{
border-color: #191F30;
}
.TagClassName
{
border-color: #191F30;
}
</style>