Shades of Midnight Express #262834
Tints of Midnight Express #262834
RGB
CMYK
RGB Variations
Color information
#262834 (or 0x262834) is known color: Midnight Express. HEX triplet: 26, 28 and 34. RGB value is (38,40,52). Sum of RGB (Red+Green+Blue) = 38+40+52=130 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.23% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 52 - color contains mainly: blue. Hex color #262834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262834 is #D9D7CB. Grayscale: #282828. Windows color (decimal): -14276556 or 3418150. OLE color: 3418150.
HSL color Cylindrical-coordinate representation of color #262834: hue angle of 231.43º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #262834 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 40 | 52 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.80 |
| HSL | 231.43º | 0.16% | 0.18% | - |
| HSV(B) | 231.43º | 0.27% | 0.2% | - |
| XYZ | 2.18 | 2.18 | 3.55 | - |
| YUV | 40.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 52 | 0.27 | 0.23 | 0 | 0.80 | 231.43 | 0.16 | 0.18 |
| Hex | 26 | 28 | 34 | 1B | 17 | 0 | 50 | E7 | 10 | 12 |
| Octal | 46 | 50 | 64 | 33 | 27 | 0 | 120 | 347 | 20 | 22 |
| Binary | 100110 | 101000 | 110100 | 11011 | 10111 | 0 | 1010000 | 11100111 | 10000 | 10010 |
Color Harmonies of #262834
Complementary color
Monochromatic Colors of #262834
Black with #262834
Text Example
Text Example
White with #262834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262834; }
p { color: rgb(38,40,52); }
H1.HeaderClassName
{
color: #262834;
}
.AnyTagClassName
{
color: #262834;
}
</style>
background-color css
<style>
a { background-color: #262834; }
a { background-color: rgb(38,40,52); }
div.DivClassName
{
background-color: #262834;
}
.BgClassName
{
background-color: #262834;
}
</style>
border-color css
<style>
span { border-color: #262834; }
span { border-color: rgb(38,40,52); }
td.TdClassName
{
border-color: #262834;
}
.TagClassName
{
border-color: #262834;
}
</style>