Shades of Midnight #26323E
Tints of Midnight #26323E
RGB
CMYK
RGB Variations
Color information
#26323E (or 0x26323E) is known color: Midnight. HEX triplet: 26, 32 and 3E. RGB value is (38,50,62). Sum of RGB (Red+Green+Blue) = 38+50+62=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 62 - color contains mainly: blue. Hex color #26323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26323E is #D9CDC1. Grayscale: #2F2F2F. Windows color (decimal): -14273986 or 4076070. OLE color: 4076070.
HSL color Cylindrical-coordinate representation of color #26323E: hue angle of 210º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #26323E is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 50 | 62 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.76 |
| HSL | 210º | 0.24% | 0.2% | - |
| HSV(B) | 210º | 0.39% | 0.24% | - |
| XYZ | 2.81 | 3.04 | 5 | - |
| YUV | 47.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 62 | 0.39 | 0.19 | 0 | 0.76 | 210 | 0.24 | 0.2 |
| Hex | 26 | 32 | 3E | 27 | 13 | 0 | 4C | D2 | 18 | 14 |
| Octal | 46 | 62 | 76 | 47 | 23 | 0 | 114 | 322 | 30 | 24 |
| Binary | 100110 | 110010 | 111110 | 100111 | 10011 | 0 | 1001100 | 11010010 | 11000 | 10100 |
Color Harmonies of #26323E
Complementary color
Monochromatic Colors of #26323E
Black with #26323E
Text Example
Text Example
White with #26323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26323E; }
p { color: rgb(38,50,62); }
H1.HeaderClassName
{
color: #26323E;
}
.AnyTagClassName
{
color: #26323E;
}
</style>
background-color css
<style>
a { background-color: #26323E; }
a { background-color: rgb(38,50,62); }
div.DivClassName
{
background-color: #26323E;
}
.BgClassName
{
background-color: #26323E;
}
</style>
border-color css
<style>
span { border-color: #26323E; }
span { border-color: rgb(38,50,62); }
td.TdClassName
{
border-color: #26323E;
}
.TagClassName
{
border-color: #26323E;
}
</style>