Shades of Midnight Express #26293D
Tints of Midnight Express #26293D
RGB
CMYK
RGB Variations
Color information
#26293D (or 0x26293D) is known color: Midnight Express. HEX triplet: 26, 29 and 3D. RGB value is (38,41,61). Sum of RGB (Red+Green+Blue) = 38+41+61=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #26293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26293D is #D9D6C2. Grayscale: #2A2A2A. Windows color (decimal): -14276291 or 4008230. OLE color: 4008230.
HSL color Cylindrical-coordinate representation of color #26293D: hue angle of 232.17º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #26293D is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 41 | 61 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.76 |
| HSL | 232.17º | 0.23% | 0.19% | - |
| HSV(B) | 232.17º | 0.38% | 0.24% | - |
| XYZ | 2.43 | 2.33 | 4.74 | - |
| YUV | 42.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 61 | 0.38 | 0.33 | 0 | 0.76 | 232.17 | 0.23 | 0.19 |
| Hex | 26 | 29 | 3D | 26 | 21 | 0 | 4C | E8 | 17 | 13 |
| Octal | 46 | 51 | 75 | 46 | 41 | 0 | 114 | 350 | 27 | 23 |
| Binary | 100110 | 101001 | 111101 | 100110 | 100001 | 0 | 1001100 | 11101000 | 10111 | 10011 |
Color Harmonies of #26293D
Complementary color
Monochromatic Colors of #26293D
Black with #26293D
Text Example
Text Example
White with #26293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26293D; }
p { color: rgb(38,41,61); }
H1.HeaderClassName
{
color: #26293D;
}
.AnyTagClassName
{
color: #26293D;
}
</style>
background-color css
<style>
a { background-color: #26293D; }
a { background-color: rgb(38,41,61); }
div.DivClassName
{
background-color: #26293D;
}
.BgClassName
{
background-color: #26293D;
}
</style>
border-color css
<style>
span { border-color: #26293D; }
span { border-color: rgb(38,41,61); }
td.TdClassName
{
border-color: #26293D;
}
.TagClassName
{
border-color: #26293D;
}
</style>