Shades of Midnight Express #262932
Tints of Midnight Express #262932
RGB
CMYK
RGB Variations
Color information
#262932 (or 0x262932) is known color: Midnight Express. HEX triplet: 26, 29 and 32. RGB value is (38,41,50). Sum of RGB (Red+Green+Blue) = 38+41+50=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 50 - color contains mainly: blue. Hex color #262932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262932 is #D9D6CD. Grayscale: #292929. Windows color (decimal): -14276302 or 3287334. OLE color: 3287334.
HSL color Cylindrical-coordinate representation of color #262932: hue angle of 225º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #262932 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 41 | 50 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.80 |
| HSL | 225º | 0.14% | 0.17% | - |
| HSV(B) | 225º | 0.24% | 0.2% | - |
| XYZ | 2.17 | 2.23 | 3.33 | - |
| YUV | 41.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 50 | 0.24 | 0.18 | 0 | 0.80 | 225 | 0.14 | 0.17 |
| Hex | 26 | 29 | 32 | 18 | 12 | 0 | 50 | E1 | E | 11 |
| Octal | 46 | 51 | 62 | 30 | 22 | 0 | 120 | 341 | 16 | 21 |
| Binary | 100110 | 101001 | 110010 | 11000 | 10010 | 0 | 1010000 | 11100001 | 1110 | 10001 |
Color Harmonies of #262932
Complementary color
Monochromatic Colors of #262932
Black with #262932
Text Example
Text Example
White with #262932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262932; }
p { color: rgb(38,41,50); }
H1.HeaderClassName
{
color: #262932;
}
.AnyTagClassName
{
color: #262932;
}
</style>
background-color css
<style>
a { background-color: #262932; }
a { background-color: rgb(38,41,50); }
div.DivClassName
{
background-color: #262932;
}
.BgClassName
{
background-color: #262932;
}
</style>
border-color css
<style>
span { border-color: #262932; }
span { border-color: rgb(38,41,50); }
td.TdClassName
{
border-color: #262932;
}
.TagClassName
{
border-color: #262932;
}
</style>