Shades of Midnight Express #262A40
Tints of Midnight Express #262A40
RGB
CMYK
RGB Variations
Color information
#262A40 (or 0x262A40) is known color: Midnight Express. HEX triplet: 26, 2A and 40. RGB value is (38,42,64). Sum of RGB (Red+Green+Blue) = 38+42+64=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #262A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A40 is #D9D5BF. Grayscale: #2B2B2B. Windows color (decimal): -14276032 or 4205094. OLE color: 4205094.
HSL color Cylindrical-coordinate representation of color #262A40: hue angle of 230.77º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #262A40 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 42 | 64 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.75 |
| HSL | 230.77º | 0.25% | 0.2% | - |
| HSV(B) | 230.77º | 0.41% | 0.25% | - |
| XYZ | 2.55 | 2.44 | 5.19 | - |
| YUV | 43.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 64 | 0.41 | 0.34 | 0 | 0.75 | 230.77 | 0.25 | 0.2 |
| Hex | 26 | 2A | 40 | 29 | 22 | 0 | 4B | E7 | 19 | 14 |
| Octal | 46 | 52 | 100 | 51 | 42 | 0 | 113 | 347 | 31 | 24 |
| Binary | 100110 | 101010 | 1000000 | 101001 | 100010 | 0 | 1001011 | 11100111 | 11001 | 10100 |
Color Harmonies of #262A40
Complementary color
Monochromatic Colors of #262A40
Black with #262A40
Text Example
Text Example
White with #262A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A40; }
p { color: rgb(38,42,64); }
H1.HeaderClassName
{
color: #262A40;
}
.AnyTagClassName
{
color: #262A40;
}
</style>
background-color css
<style>
a { background-color: #262A40; }
a { background-color: rgb(38,42,64); }
div.DivClassName
{
background-color: #262A40;
}
.BgClassName
{
background-color: #262A40;
}
</style>
border-color css
<style>
span { border-color: #262A40; }
span { border-color: rgb(38,42,64); }
td.TdClassName
{
border-color: #262A40;
}
.TagClassName
{
border-color: #262A40;
}
</style>