Shades of Midnight #25313E
Tints of Midnight #25313E
RGB
CMYK
RGB Variations
Color information
#25313E (or 0x25313E) is known color: Midnight. HEX triplet: 25, 31 and 3E. RGB value is (37,49,62). Sum of RGB (Red+Green+Blue) = 37+49+62=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 62 - color contains mainly: blue. Hex color #25313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25313E is #DACEC1. Grayscale: #2E2E2E. Windows color (decimal): -14339778 or 4075813. OLE color: 4075813.
HSL color Cylindrical-coordinate representation of color #25313E: hue angle of 211.2º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #25313E is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 49 | 62 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.76 |
| HSL | 211.2º | 0.25% | 0.19% | - |
| HSV(B) | 211.2º | 0.4% | 0.24% | - |
| XYZ | 2.73 | 2.94 | 4.98 | - |
| YUV | 46.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 62 | 0.40 | 0.21 | 0 | 0.76 | 211.2 | 0.25 | 0.19 |
| Hex | 25 | 31 | 3E | 28 | 15 | 0 | 4C | D3 | 19 | 13 |
| Octal | 45 | 61 | 76 | 50 | 25 | 0 | 114 | 323 | 31 | 23 |
| Binary | 100101 | 110001 | 111110 | 101000 | 10101 | 0 | 1001100 | 11010011 | 11001 | 10011 |
Color Harmonies of #25313E
Complementary color
Monochromatic Colors of #25313E
Black with #25313E
Text Example
Text Example
White with #25313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25313E; }
p { color: rgb(37,49,62); }
H1.HeaderClassName
{
color: #25313E;
}
.AnyTagClassName
{
color: #25313E;
}
</style>
background-color css
<style>
a { background-color: #25313E; }
a { background-color: rgb(37,49,62); }
div.DivClassName
{
background-color: #25313E;
}
.BgClassName
{
background-color: #25313E;
}
</style>
border-color css
<style>
span { border-color: #25313E; }
span { border-color: rgb(37,49,62); }
td.TdClassName
{
border-color: #25313E;
}
.TagClassName
{
border-color: #25313E;
}
</style>