Shades of Midnight #25313A
Tints of Midnight #25313A
RGB
CMYK
RGB Variations
Color information
#25313A (or 0x25313A) is known color: Midnight. HEX triplet: 25, 31 and 3A. RGB value is (37,49,58). Sum of RGB (Red+Green+Blue) = 37+49+58=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #25313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25313A is #DACEC5. Grayscale: #2E2E2E. Windows color (decimal): -14339782 or 3813669. OLE color: 3813669.
HSL color Cylindrical-coordinate representation of color #25313A: hue angle of 205.71º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #25313A is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 49 | 58 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.77 |
| HSL | 205.71º | 0.22% | 0.19% | - |
| HSV(B) | 205.71º | 0.36% | 0.23% | - |
| XYZ | 2.62 | 2.9 | 4.42 | - |
| YUV | 46.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 58 | 0.36 | 0.16 | 0 | 0.77 | 205.71 | 0.22 | 0.19 |
| Hex | 25 | 31 | 3A | 24 | 10 | 0 | 4D | CE | 16 | 13 |
| Octal | 45 | 61 | 72 | 44 | 20 | 0 | 115 | 316 | 26 | 23 |
| Binary | 100101 | 110001 | 111010 | 100100 | 10000 | 0 | 1001101 | 11001110 | 10110 | 10011 |
Color Harmonies of #25313A
Complementary color
Monochromatic Colors of #25313A
Black with #25313A
Text Example
Text Example
White with #25313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25313A; }
p { color: rgb(37,49,58); }
H1.HeaderClassName
{
color: #25313A;
}
.AnyTagClassName
{
color: #25313A;
}
</style>
background-color css
<style>
a { background-color: #25313A; }
a { background-color: rgb(37,49,58); }
div.DivClassName
{
background-color: #25313A;
}
.BgClassName
{
background-color: #25313A;
}
</style>
border-color css
<style>
span { border-color: #25313A; }
span { border-color: rgb(37,49,58); }
td.TdClassName
{
border-color: #25313A;
}
.TagClassName
{
border-color: #25313A;
}
</style>