Shades of Midnight #25323D
Tints of Midnight #25323D
RGB
CMYK
RGB Variations
Color information
#25323D (or 0x25323D) is known color: Midnight. HEX triplet: 25, 32 and 3D. RGB value is (37,50,61). Sum of RGB (Red+Green+Blue) = 37+50+61=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 61 - color contains mainly: blue. Hex color #25323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25323D is #DACDC2. Grayscale: #2F2F2F. Windows color (decimal): -14339523 or 4010533. OLE color: 4010533.
HSL color Cylindrical-coordinate representation of color #25323D: hue angle of 207.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #25323D is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 50 | 61 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.76 |
| HSL | 207.5º | 0.24% | 0.19% | - |
| HSV(B) | 207.5º | 0.39% | 0.24% | - |
| XYZ | 2.75 | 3.01 | 4.85 | - |
| YUV | 47.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 61 | 0.39 | 0.18 | 0 | 0.76 | 207.5 | 0.24 | 0.19 |
| Hex | 25 | 32 | 3D | 27 | 12 | 0 | 4C | D0 | 18 | 13 |
| Octal | 45 | 62 | 75 | 47 | 22 | 0 | 114 | 320 | 30 | 23 |
| Binary | 100101 | 110010 | 111101 | 100111 | 10010 | 0 | 1001100 | 11010000 | 11000 | 10011 |
Color Harmonies of #25323D
Complementary color
Monochromatic Colors of #25323D
Black with #25323D
Text Example
Text Example
White with #25323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25323D; }
p { color: rgb(37,50,61); }
H1.HeaderClassName
{
color: #25323D;
}
.AnyTagClassName
{
color: #25323D;
}
</style>
background-color css
<style>
a { background-color: #25323D; }
a { background-color: rgb(37,50,61); }
div.DivClassName
{
background-color: #25323D;
}
.BgClassName
{
background-color: #25323D;
}
</style>
border-color css
<style>
span { border-color: #25323D; }
span { border-color: rgb(37,50,61); }
td.TdClassName
{
border-color: #25323D;
}
.TagClassName
{
border-color: #25323D;
}
</style>