Shades of Midnight Express #262A34
Tints of Midnight Express #262A34
RGB
CMYK
RGB Variations
Color information
#262A34 (or 0x262A34) is known color: Midnight Express. HEX triplet: 26, 2A and 34. RGB value is (38,42,52). Sum of RGB (Red+Green+Blue) = 38+42+52=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 52 - color contains mainly: blue. Hex color #262A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A34 is #D9D5CB. Grayscale: #292929. Windows color (decimal): -14276044 or 3418662. OLE color: 3418662.
HSL color Cylindrical-coordinate representation of color #262A34: hue angle of 222.86º 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 #262A34 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 42 | 52 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.80 |
| HSL | 222.86º | 0.16% | 0.18% | - |
| HSV(B) | 222.86º | 0.27% | 0.2% | - |
| XYZ | 2.25 | 2.32 | 3.58 | - |
| YUV | 41.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 52 | 0.27 | 0.19 | 0 | 0.80 | 222.86 | 0.16 | 0.18 |
| Hex | 26 | 2A | 34 | 1B | 13 | 0 | 50 | DF | 10 | 12 |
| Octal | 46 | 52 | 64 | 33 | 23 | 0 | 120 | 337 | 20 | 22 |
| Binary | 100110 | 101010 | 110100 | 11011 | 10011 | 0 | 1010000 | 11011111 | 10000 | 10010 |
Color Harmonies of #262A34
Complementary color
Monochromatic Colors of #262A34
Black with #262A34
Text Example
Text Example
White with #262A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A34; }
p { color: rgb(38,42,52); }
H1.HeaderClassName
{
color: #262A34;
}
.AnyTagClassName
{
color: #262A34;
}
</style>
background-color css
<style>
a { background-color: #262A34; }
a { background-color: rgb(38,42,52); }
div.DivClassName
{
background-color: #262A34;
}
.BgClassName
{
background-color: #262A34;
}
</style>
border-color css
<style>
span { border-color: #262A34; }
span { border-color: rgb(38,42,52); }
td.TdClassName
{
border-color: #262A34;
}
.TagClassName
{
border-color: #262A34;
}
</style>