Shades of Midnight Express #1F263D
Tints of Midnight Express #1F263D
RGB
CMYK
RGB Variations
Color information
#1F263D (or 0x1F263D) is known color: Midnight Express. HEX triplet: 1F, 26 and 3D. RGB value is (31,38,61). Sum of RGB (Red+Green+Blue) = 31+38+61=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F263D is #E0D9C2. Grayscale: #262626. Windows color (decimal): -14735811 or 4007455. OLE color: 4007455.
HSL color Cylindrical-coordinate representation of color #1F263D: hue angle of 226º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F263D is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 38 | 61 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.76 |
| HSL | 226º | 0.33% | 0.18% | - |
| HSV(B) | 226º | 0.49% | 0.24% | - |
| XYZ | 2.1 | 2.01 | 4.69 | - |
| YUV | 38.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 61 | 0.49 | 0.38 | 0 | 0.76 | 226 | 0.33 | 0.18 |
| Hex | 1F | 26 | 3D | 31 | 26 | 0 | 4C | E2 | 21 | 12 |
| Octal | 37 | 46 | 75 | 61 | 46 | 0 | 114 | 342 | 41 | 22 |
| Binary | 11111 | 100110 | 111101 | 110001 | 100110 | 0 | 1001100 | 11100010 | 100001 | 10010 |
Color Harmonies of #1F263D
Complementary color
Monochromatic Colors of #1F263D
Black with #1F263D
Text Example
Text Example
White with #1F263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F263D; }
p { color: rgb(31,38,61); }
H1.HeaderClassName
{
color: #1F263D;
}
.AnyTagClassName
{
color: #1F263D;
}
</style>
background-color css
<style>
a { background-color: #1F263D; }
a { background-color: rgb(31,38,61); }
div.DivClassName
{
background-color: #1F263D;
}
.BgClassName
{
background-color: #1F263D;
}
</style>
border-color css
<style>
span { border-color: #1F263D; }
span { border-color: rgb(31,38,61); }
td.TdClassName
{
border-color: #1F263D;
}
.TagClassName
{
border-color: #1F263D;
}
</style>