Shades of Midnight Express #262931
Tints of Midnight Express #262931
RGB
CMYK
RGB Variations
Color information
#262931 (or 0x262931) is known color: Midnight Express. HEX triplet: 26, 29 and 31. RGB value is (38,41,49). Sum of RGB (Red+Green+Blue) = 38+41+49=128 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.69% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #262931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262931 is #D9D6CE. Grayscale: #282828. Windows color (decimal): -14276303 or 3221798. OLE color: 3221798.
HSL color Cylindrical-coordinate representation of color #262931: hue angle of 223.64º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #262931 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 41 | 49 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.81 |
| HSL | 223.64º | 0.13% | 0.17% | - |
| HSV(B) | 223.64º | 0.22% | 0.19% | - |
| XYZ | 2.15 | 2.22 | 3.22 | - |
| YUV | 41.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 49 | 0.22 | 0.16 | 0 | 0.81 | 223.64 | 0.13 | 0.17 |
| Hex | 26 | 29 | 31 | 16 | 10 | 0 | 51 | E0 | D | 11 |
| Octal | 46 | 51 | 61 | 26 | 20 | 0 | 121 | 340 | 15 | 21 |
| Binary | 100110 | 101001 | 110001 | 10110 | 10000 | 0 | 1010001 | 11100000 | 1101 | 10001 |
Color Harmonies of #262931
Complementary color
Monochromatic Colors of #262931
Black with #262931
Text Example
Text Example
White with #262931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262931; }
p { color: rgb(38,41,49); }
H1.HeaderClassName
{
color: #262931;
}
.AnyTagClassName
{
color: #262931;
}
</style>
background-color css
<style>
a { background-color: #262931; }
a { background-color: rgb(38,41,49); }
div.DivClassName
{
background-color: #262931;
}
.BgClassName
{
background-color: #262931;
}
</style>
border-color css
<style>
span { border-color: #262931; }
span { border-color: rgb(38,41,49); }
td.TdClassName
{
border-color: #262931;
}
.TagClassName
{
border-color: #262931;
}
</style>