Shades of Midnight Express #1A2031
Tints of Midnight Express #1A2031
RGB
CMYK
RGB Variations
Color information
#1A2031 (or 0x1A2031) is known color: Midnight Express. HEX triplet: 1A, 20 and 31. RGB value is (26,32,49). Sum of RGB (Red+Green+Blue) = 26+32+49=107 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.30% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #1A2031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2031 is #E5DFCE. Grayscale: #202020. Windows color (decimal): -15065039 or 3219482. OLE color: 3219482.
HSL color Cylindrical-coordinate representation of color #1A2031: hue angle of 224.35º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A2031 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 32 | 49 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.81 |
| HSL | 224.35º | 0.31% | 0.15% | - |
| HSV(B) | 224.35º | 0.47% | 0.19% | - |
| XYZ | 1.5 | 1.47 | 3.11 | - |
| YUV | 32.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 49 | 0.47 | 0.35 | 0 | 0.81 | 224.35 | 0.31 | 0.15 |
| Hex | 1A | 20 | 31 | 2F | 23 | 0 | 51 | E0 | 1F | F |
| Octal | 32 | 40 | 61 | 57 | 43 | 0 | 121 | 340 | 37 | 17 |
| Binary | 11010 | 100000 | 110001 | 101111 | 100011 | 0 | 1010001 | 11100000 | 11111 | 1111 |
Color Harmonies of #1A2031
Complementary color
Monochromatic Colors of #1A2031
Black with #1A2031
Text Example
Text Example
White with #1A2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2031; }
p { color: rgb(26,32,49); }
H1.HeaderClassName
{
color: #1A2031;
}
.AnyTagClassName
{
color: #1A2031;
}
</style>
background-color css
<style>
a { background-color: #1A2031; }
a { background-color: rgb(26,32,49); }
div.DivClassName
{
background-color: #1A2031;
}
.BgClassName
{
background-color: #1A2031;
}
</style>
border-color css
<style>
span { border-color: #1A2031; }
span { border-color: rgb(26,32,49); }
td.TdClassName
{
border-color: #1A2031;
}
.TagClassName
{
border-color: #1A2031;
}
</style>