Shades of Midnight #23313E
Tints of Midnight #23313E
RGB
CMYK
RGB Variations
Color information
#23313E (or 0x23313E) is known color: Midnight. HEX triplet: 23, 31 and 3E. RGB value is (35,49,62). Sum of RGB (Red+Green+Blue) = 35+49+62=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: blue. Hex color #23313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23313E is #DCCEC1. Grayscale: #2E2E2E. Windows color (decimal): -14470850 or 4075811. OLE color: 4075811.
HSL color Cylindrical-coordinate representation of color #23313E: hue angle of 208.89º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #23313E is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 49 | 62 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.76 |
| HSL | 208.89º | 0.28% | 0.19% | - |
| HSV(B) | 208.89º | 0.44% | 0.24% | - |
| XYZ | 2.66 | 2.9 | 4.98 | - |
| YUV | 46.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 62 | 0.44 | 0.21 | 0 | 0.76 | 208.89 | 0.28 | 0.19 |
| Hex | 23 | 31 | 3E | 2C | 15 | 0 | 4C | D1 | 1C | 13 |
| Octal | 43 | 61 | 76 | 54 | 25 | 0 | 114 | 321 | 34 | 23 |
| Binary | 100011 | 110001 | 111110 | 101100 | 10101 | 0 | 1001100 | 11010001 | 11100 | 10011 |
Color Harmonies of #23313E
Complementary color
Monochromatic Colors of #23313E
Black with #23313E
Text Example
Text Example
White with #23313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23313E; }
p { color: rgb(35,49,62); }
H1.HeaderClassName
{
color: #23313E;
}
.AnyTagClassName
{
color: #23313E;
}
</style>
background-color css
<style>
a { background-color: #23313E; }
a { background-color: rgb(35,49,62); }
div.DivClassName
{
background-color: #23313E;
}
.BgClassName
{
background-color: #23313E;
}
</style>
border-color css
<style>
span { border-color: #23313E; }
span { border-color: rgb(35,49,62); }
td.TdClassName
{
border-color: #23313E;
}
.TagClassName
{
border-color: #23313E;
}
</style>