Shades of Midnight Express #262A3B
Tints of Midnight Express #262A3B
RGB
CMYK
RGB Variations
Color information
#262A3B (or 0x262A3B) is known color: Midnight Express. HEX triplet: 26, 2A and 3B. RGB value is (38,42,59). Sum of RGB (Red+Green+Blue) = 38+42+59=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 59 - color contains mainly: blue. Hex color #262A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A3B is #D9D5C4. Grayscale: #2A2A2A. Windows color (decimal): -14276037 or 3877414. OLE color: 3877414.
HSL color Cylindrical-coordinate representation of color #262A3B: hue angle of 228.57º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #262A3B is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 42 | 59 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.77 |
| HSL | 228.57º | 0.22% | 0.19% | - |
| HSV(B) | 228.57º | 0.36% | 0.23% | - |
| XYZ | 2.42 | 2.38 | 4.47 | - |
| YUV | 42.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 59 | 0.36 | 0.29 | 0 | 0.77 | 228.57 | 0.22 | 0.19 |
| Hex | 26 | 2A | 3B | 24 | 1D | 0 | 4D | E5 | 16 | 13 |
| Octal | 46 | 52 | 73 | 44 | 35 | 0 | 115 | 345 | 26 | 23 |
| Binary | 100110 | 101010 | 111011 | 100100 | 11101 | 0 | 1001101 | 11100101 | 10110 | 10011 |
Color Harmonies of #262A3B
Complementary color
Monochromatic Colors of #262A3B
Black with #262A3B
Text Example
Text Example
White with #262A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A3B; }
p { color: rgb(38,42,59); }
H1.HeaderClassName
{
color: #262A3B;
}
.AnyTagClassName
{
color: #262A3B;
}
</style>
background-color css
<style>
a { background-color: #262A3B; }
a { background-color: rgb(38,42,59); }
div.DivClassName
{
background-color: #262A3B;
}
.BgClassName
{
background-color: #262A3B;
}
</style>
border-color css
<style>
span { border-color: #262A3B; }
span { border-color: rgb(38,42,59); }
td.TdClassName
{
border-color: #262A3B;
}
.TagClassName
{
border-color: #262A3B;
}
</style>