Shades of Midnight #27313A
Tints of Midnight #27313A
RGB
CMYK
RGB Variations
Color information
#27313A (or 0x27313A) is known color: Midnight. HEX triplet: 27, 31 and 3A. RGB value is (39,49,58). Sum of RGB (Red+Green+Blue) = 39+49+58=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #27313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27313A is #D8CEC5. Grayscale: #2E2E2E. Windows color (decimal): -14208710 or 3813671. OLE color: 3813671.
HSL color Cylindrical-coordinate representation of color #27313A: hue angle of 208.42º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #27313A is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 49 | 58 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.77 |
| HSL | 208.42º | 0.2% | 0.19% | - |
| HSV(B) | 208.42º | 0.33% | 0.23% | - |
| XYZ | 2.7 | 2.93 | 4.43 | - |
| YUV | 47.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 58 | 0.33 | 0.16 | 0 | 0.77 | 208.42 | 0.2 | 0.19 |
| Hex | 27 | 31 | 3A | 21 | 10 | 0 | 4D | D0 | 14 | 13 |
| Octal | 47 | 61 | 72 | 41 | 20 | 0 | 115 | 320 | 24 | 23 |
| Binary | 100111 | 110001 | 111010 | 100001 | 10000 | 0 | 1001101 | 11010000 | 10100 | 10011 |
Color Harmonies of #27313A
Complementary color
Monochromatic Colors of #27313A
Black with #27313A
Text Example
Text Example
White with #27313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27313A; }
p { color: rgb(39,49,58); }
H1.HeaderClassName
{
color: #27313A;
}
.AnyTagClassName
{
color: #27313A;
}
</style>
background-color css
<style>
a { background-color: #27313A; }
a { background-color: rgb(39,49,58); }
div.DivClassName
{
background-color: #27313A;
}
.BgClassName
{
background-color: #27313A;
}
</style>
border-color css
<style>
span { border-color: #27313A; }
span { border-color: rgb(39,49,58); }
td.TdClassName
{
border-color: #27313A;
}
.TagClassName
{
border-color: #27313A;
}
</style>