Shades of Midnight Express #262A35
Tints of Midnight Express #262A35
RGB
CMYK
RGB Variations
Color information
#262A35 (or 0x262A35) is known color: Midnight Express. HEX triplet: 26, 2A and 35. RGB value is (38,42,53). Sum of RGB (Red+Green+Blue) = 38+42+53=133 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.57% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 53 - color contains mainly: blue. Hex color #262A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A35 is #D9D5CA. Grayscale: #2A2A2A. Windows color (decimal): -14276043 or 3484198. OLE color: 3484198.
HSL color Cylindrical-coordinate representation of color #262A35: hue angle of 224º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #262A35 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 42 | 53 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.79 |
| HSL | 224º | 0.16% | 0.18% | - |
| HSV(B) | 224º | 0.28% | 0.21% | - |
| XYZ | 2.27 | 2.33 | 3.7 | - |
| YUV | 42.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 53 | 0.28 | 0.21 | 0 | 0.79 | 224 | 0.16 | 0.18 |
| Hex | 26 | 2A | 35 | 1C | 15 | 0 | 4F | E0 | 10 | 12 |
| Octal | 46 | 52 | 65 | 34 | 25 | 0 | 117 | 340 | 20 | 22 |
| Binary | 100110 | 101010 | 110101 | 11100 | 10101 | 0 | 1001111 | 11100000 | 10000 | 10010 |
Color Harmonies of #262A35
Complementary color
Monochromatic Colors of #262A35
Black with #262A35
Text Example
Text Example
White with #262A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A35; }
p { color: rgb(38,42,53); }
H1.HeaderClassName
{
color: #262A35;
}
.AnyTagClassName
{
color: #262A35;
}
</style>
background-color css
<style>
a { background-color: #262A35; }
a { background-color: rgb(38,42,53); }
div.DivClassName
{
background-color: #262A35;
}
.BgClassName
{
background-color: #262A35;
}
</style>
border-color css
<style>
span { border-color: #262A35; }
span { border-color: rgb(38,42,53); }
td.TdClassName
{
border-color: #262A35;
}
.TagClassName
{
border-color: #262A35;
}
</style>