Shades of Midnight #262E39
Tints of Midnight #262E39
RGB
CMYK
RGB Variations
Color information
#262E39 (or 0x262E39) is known color: Midnight. HEX triplet: 26, 2E and 39. RGB value is (38,46,57). Sum of RGB (Red+Green+Blue) = 38+46+57=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 57 - color contains mainly: blue. Hex color #262E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262E39 is #D9D1C6. Grayscale: #2C2C2C. Windows color (decimal): -14275015 or 3747366. OLE color: 3747366.
HSL color Cylindrical-coordinate representation of color #262E39: hue angle of 214.74º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #262E39 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 46 | 57 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.78 |
| HSL | 214.74º | 0.2% | 0.19% | - |
| HSV(B) | 214.74º | 0.33% | 0.22% | - |
| XYZ | 2.51 | 2.66 | 4.25 | - |
| YUV | 44.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 57 | 0.33 | 0.19 | 0 | 0.78 | 214.74 | 0.2 | 0.19 |
| Hex | 26 | 2E | 39 | 21 | 13 | 0 | 4E | D7 | 14 | 13 |
| Octal | 46 | 56 | 71 | 41 | 23 | 0 | 116 | 327 | 24 | 23 |
| Binary | 100110 | 101110 | 111001 | 100001 | 10011 | 0 | 1001110 | 11010111 | 10100 | 10011 |
Color Harmonies of #262E39
Complementary color
Monochromatic Colors of #262E39
Black with #262E39
Text Example
Text Example
White with #262E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E39; }
p { color: rgb(38,46,57); }
H1.HeaderClassName
{
color: #262E39;
}
.AnyTagClassName
{
color: #262E39;
}
</style>
background-color css
<style>
a { background-color: #262E39; }
a { background-color: rgb(38,46,57); }
div.DivClassName
{
background-color: #262E39;
}
.BgClassName
{
background-color: #262E39;
}
</style>
border-color css
<style>
span { border-color: #262E39; }
span { border-color: rgb(38,46,57); }
td.TdClassName
{
border-color: #262E39;
}
.TagClassName
{
border-color: #262E39;
}
</style>