Shades of Midnight #25374A
Tints of Midnight #25374A
RGB
CMYK
RGB Variations
Color information
#25374A (or 0x25374A) is known color: Midnight. HEX triplet: 25, 37 and 4A. RGB value is (37,55,74). Sum of RGB (Red+Green+Blue) = 37+55+74=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #25374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25374A is #DAC8B5. Grayscale: #333333. Windows color (decimal): -14338230 or 4863781. OLE color: 4863781.
HSL color Cylindrical-coordinate representation of color #25374A: hue angle of 210.81º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25374A is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 55 | 74 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.71 |
| HSL | 210.81º | 0.33% | 0.22% | - |
| HSV(B) | 210.81º | 0.5% | 0.29% | - |
| XYZ | 3.37 | 3.62 | 7 | - |
| YUV | 51.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 74 | 0.50 | 0.26 | 0 | 0.71 | 210.81 | 0.33 | 0.22 |
| Hex | 25 | 37 | 4A | 32 | 1A | 0 | 47 | D3 | 21 | 16 |
| Octal | 45 | 67 | 112 | 62 | 32 | 0 | 107 | 323 | 41 | 26 |
| Binary | 100101 | 110111 | 1001010 | 110010 | 11010 | 0 | 1000111 | 11010011 | 100001 | 10110 |
Color Harmonies of #25374A
Complementary color
Monochromatic Colors of #25374A
Black with #25374A
Text Example
Text Example
White with #25374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25374A; }
p { color: rgb(37,55,74); }
H1.HeaderClassName
{
color: #25374A;
}
.AnyTagClassName
{
color: #25374A;
}
</style>
background-color css
<style>
a { background-color: #25374A; }
a { background-color: rgb(37,55,74); }
div.DivClassName
{
background-color: #25374A;
}
.BgClassName
{
background-color: #25374A;
}
</style>
border-color css
<style>
span { border-color: #25374A; }
span { border-color: rgb(37,55,74); }
td.TdClassName
{
border-color: #25374A;
}
.TagClassName
{
border-color: #25374A;
}
</style>