Shades of Midnight Express #262A39
Tints of Midnight Express #262A39
RGB
CMYK
RGB Variations
Color information
#262A39 (or 0x262A39) is known color: Midnight Express. HEX triplet: 26, 2A and 39. RGB value is (38,42,57). Sum of RGB (Red+Green+Blue) = 38+42+57=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 57 - color contains mainly: blue. Hex color #262A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A39 is #D9D5C6. Grayscale: #2A2A2A. Windows color (decimal): -14276039 or 3746342. OLE color: 3746342.
HSL color Cylindrical-coordinate representation of color #262A39: hue angle of 227.37º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #262A39 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 42 | 57 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.78 |
| HSL | 227.37º | 0.2% | 0.19% | - |
| HSV(B) | 227.37º | 0.33% | 0.22% | - |
| XYZ | 2.37 | 2.36 | 4.2 | - |
| YUV | 42.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 57 | 0.33 | 0.26 | 0 | 0.78 | 227.37 | 0.2 | 0.19 |
| Hex | 26 | 2A | 39 | 21 | 1A | 0 | 4E | E3 | 14 | 13 |
| Octal | 46 | 52 | 71 | 41 | 32 | 0 | 116 | 343 | 24 | 23 |
| Binary | 100110 | 101010 | 111001 | 100001 | 11010 | 0 | 1001110 | 11100011 | 10100 | 10011 |
Color Harmonies of #262A39
Complementary color
Monochromatic Colors of #262A39
Black with #262A39
Text Example
Text Example
White with #262A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A39; }
p { color: rgb(38,42,57); }
H1.HeaderClassName
{
color: #262A39;
}
.AnyTagClassName
{
color: #262A39;
}
</style>
background-color css
<style>
a { background-color: #262A39; }
a { background-color: rgb(38,42,57); }
div.DivClassName
{
background-color: #262A39;
}
.BgClassName
{
background-color: #262A39;
}
</style>
border-color css
<style>
span { border-color: #262A39; }
span { border-color: rgb(38,42,57); }
td.TdClassName
{
border-color: #262A39;
}
.TagClassName
{
border-color: #262A39;
}
</style>