Shades of Midnight Express #262A36
Tints of Midnight Express #262A36
RGB
CMYK
RGB Variations
Color information
#262A36 (or 0x262A36) is known color: Midnight Express. HEX triplet: 26, 2A and 36. RGB value is (38,42,54). Sum of RGB (Red+Green+Blue) = 38+42+54=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: blue. Hex color #262A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A36 is #D9D5C9. Grayscale: #2A2A2A. Windows color (decimal): -14276042 or 3549734. OLE color: 3549734.
HSL color Cylindrical-coordinate representation of color #262A36: hue angle of 225º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #262A36 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 42 | 54 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.79 |
| HSL | 225º | 0.17% | 0.18% | - |
| HSV(B) | 225º | 0.3% | 0.21% | - |
| XYZ | 2.29 | 2.33 | 3.82 | - |
| YUV | 42.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 54 | 0.30 | 0.22 | 0 | 0.79 | 225 | 0.17 | 0.18 |
| Hex | 26 | 2A | 36 | 1E | 16 | 0 | 4F | E1 | 11 | 12 |
| Octal | 46 | 52 | 66 | 36 | 26 | 0 | 117 | 341 | 21 | 22 |
| Binary | 100110 | 101010 | 110110 | 11110 | 10110 | 0 | 1001111 | 11100001 | 10001 | 10010 |
Color Harmonies of #262A36
Complementary color
Monochromatic Colors of #262A36
Black with #262A36
Text Example
Text Example
White with #262A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A36; }
p { color: rgb(38,42,54); }
H1.HeaderClassName
{
color: #262A36;
}
.AnyTagClassName
{
color: #262A36;
}
</style>
background-color css
<style>
a { background-color: #262A36; }
a { background-color: rgb(38,42,54); }
div.DivClassName
{
background-color: #262A36;
}
.BgClassName
{
background-color: #262A36;
}
</style>
border-color css
<style>
span { border-color: #262A36; }
span { border-color: rgb(38,42,54); }
td.TdClassName
{
border-color: #262A36;
}
.TagClassName
{
border-color: #262A36;
}
</style>