Shades of Midnight Express #1F2430
Tints of Midnight Express #1F2430
RGB
CMYK
RGB Variations
Color information
#1F2430 (or 0x1F2430) is known color: Midnight Express. HEX triplet: 1F, 24 and 30. RGB value is (31,36,48). Sum of RGB (Red+Green+Blue) = 31+36+48=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F2430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2430 is #E0DBCF. Grayscale: #232323. Windows color (decimal): -14736336 or 3154975. OLE color: 3154975.
HSL color Cylindrical-coordinate representation of color #1F2430: hue angle of 222.35º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F2430 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 36 | 48 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.81 |
| HSL | 222.35º | 0.22% | 0.15% | - |
| HSV(B) | 222.35º | 0.35% | 0.19% | - |
| XYZ | 1.73 | 1.77 | 3.05 | - |
| YUV | 35.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 48 | 0.35 | 0.25 | 0 | 0.81 | 222.35 | 0.22 | 0.15 |
| Hex | 1F | 24 | 30 | 23 | 19 | 0 | 51 | DE | 16 | F |
| Octal | 37 | 44 | 60 | 43 | 31 | 0 | 121 | 336 | 26 | 17 |
| Binary | 11111 | 100100 | 110000 | 100011 | 11001 | 0 | 1010001 | 11011110 | 10110 | 1111 |
Color Harmonies of #1F2430
Complementary color
Monochromatic Colors of #1F2430
Black with #1F2430
Text Example
Text Example
White with #1F2430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2430; }
p { color: rgb(31,36,48); }
H1.HeaderClassName
{
color: #1F2430;
}
.AnyTagClassName
{
color: #1F2430;
}
</style>
background-color css
<style>
a { background-color: #1F2430; }
a { background-color: rgb(31,36,48); }
div.DivClassName
{
background-color: #1F2430;
}
.BgClassName
{
background-color: #1F2430;
}
</style>
border-color css
<style>
span { border-color: #1F2430; }
span { border-color: rgb(31,36,48); }
td.TdClassName
{
border-color: #1F2430;
}
.TagClassName
{
border-color: #1F2430;
}
</style>