Shades of Midnight #27313E
Tints of Midnight #27313E
RGB
CMYK
RGB Variations
Color information
#27313E (or 0x27313E) is known color: Midnight. HEX triplet: 27, 31 and 3E. RGB value is (39,49,62). Sum of RGB (Red+Green+Blue) = 39+49+62=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 49 (19.53% from 255 or 32.67% 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 #27313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27313E is #D8CEC1. Grayscale: #2F2F2F. Windows color (decimal): -14208706 or 4075815. OLE color: 4075815.
HSL color Cylindrical-coordinate representation of color #27313E: hue angle of 213.91º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #27313E is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 49 | 62 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.76 |
| HSL | 213.91º | 0.23% | 0.2% | - |
| HSV(B) | 213.91º | 0.37% | 0.24% | - |
| XYZ | 2.8 | 2.98 | 4.98 | - |
| YUV | 47.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 62 | 0.37 | 0.21 | 0 | 0.76 | 213.91 | 0.23 | 0.2 |
| Hex | 27 | 31 | 3E | 25 | 15 | 0 | 4C | D6 | 17 | 14 |
| Octal | 47 | 61 | 76 | 45 | 25 | 0 | 114 | 326 | 27 | 24 |
| Binary | 100111 | 110001 | 111110 | 100101 | 10101 | 0 | 1001100 | 11010110 | 10111 | 10100 |
Color Harmonies of #27313E
Complementary color
Monochromatic Colors of #27313E
Black with #27313E
Text Example
Text Example
White with #27313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27313E; }
p { color: rgb(39,49,62); }
H1.HeaderClassName
{
color: #27313E;
}
.AnyTagClassName
{
color: #27313E;
}
</style>
background-color css
<style>
a { background-color: #27313E; }
a { background-color: rgb(39,49,62); }
div.DivClassName
{
background-color: #27313E;
}
.BgClassName
{
background-color: #27313E;
}
</style>
border-color css
<style>
span { border-color: #27313E; }
span { border-color: rgb(39,49,62); }
td.TdClassName
{
border-color: #27313E;
}
.TagClassName
{
border-color: #27313E;
}
</style>