Shades of Midnight Express #262B36
Tints of Midnight Express #262B36
RGB
CMYK
RGB Variations
Color information
#262B36 (or 0x262B36) is known color: Midnight Express. HEX triplet: 26, 2B and 36. RGB value is (38,43,54). Sum of RGB (Red+Green+Blue) = 38+43+54=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 54 - color contains mainly: blue. Hex color #262B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B36 is #D9D4C9. Grayscale: #2A2A2A. Windows color (decimal): -14275786 or 3549990. OLE color: 3549990.
HSL color Cylindrical-coordinate representation of color #262B36: hue angle of 221.25º 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 #262B36 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 43 | 54 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.79 |
| HSL | 221.25º | 0.17% | 0.18% | - |
| HSV(B) | 221.25º | 0.3% | 0.21% | - |
| XYZ | 2.33 | 2.41 | 3.83 | - |
| YUV | 42.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 54 | 0.30 | 0.20 | 0 | 0.79 | 221.25 | 0.17 | 0.18 |
| Hex | 26 | 2B | 36 | 1E | 14 | 0 | 4F | DD | 11 | 12 |
| Octal | 46 | 53 | 66 | 36 | 24 | 0 | 117 | 335 | 21 | 22 |
| Binary | 100110 | 101011 | 110110 | 11110 | 10100 | 0 | 1001111 | 11011101 | 10001 | 10010 |
Color Harmonies of #262B36
Complementary color
Monochromatic Colors of #262B36
Black with #262B36
Text Example
Text Example
White with #262B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B36; }
p { color: rgb(38,43,54); }
H1.HeaderClassName
{
color: #262B36;
}
.AnyTagClassName
{
color: #262B36;
}
</style>
background-color css
<style>
a { background-color: #262B36; }
a { background-color: rgb(38,43,54); }
div.DivClassName
{
background-color: #262B36;
}
.BgClassName
{
background-color: #262B36;
}
</style>
border-color css
<style>
span { border-color: #262B36; }
span { border-color: rgb(38,43,54); }
td.TdClassName
{
border-color: #262B36;
}
.TagClassName
{
border-color: #262B36;
}
</style>