Shades of Midnight #25303D
Tints of Midnight #25303D
RGB
CMYK
RGB Variations
Color information
#25303D (or 0x25303D) is known color: Midnight. HEX triplet: 25, 30 and 3D. RGB value is (37,48,61). Sum of RGB (Red+Green+Blue) = 37+48+61=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #25303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25303D is #DACFC2. Grayscale: #2E2E2E. Windows color (decimal): -14340035 or 4010021. OLE color: 4010021.
HSL color Cylindrical-coordinate representation of color #25303D: hue angle of 212.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 #25303D is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 48 | 61 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.76 |
| HSL | 212.5º | 0.24% | 0.19% | - |
| HSV(B) | 212.5º | 0.39% | 0.24% | - |
| XYZ | 2.66 | 2.84 | 4.82 | - |
| YUV | 46.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 61 | 0.39 | 0.21 | 0 | 0.76 | 212.5 | 0.24 | 0.19 |
| Hex | 25 | 30 | 3D | 27 | 15 | 0 | 4C | D4 | 18 | 13 |
| Octal | 45 | 60 | 75 | 47 | 25 | 0 | 114 | 324 | 30 | 23 |
| Binary | 100101 | 110000 | 111101 | 100111 | 10101 | 0 | 1001100 | 11010100 | 11000 | 10011 |
Color Harmonies of #25303D
Complementary color
Monochromatic Colors of #25303D
Black with #25303D
Text Example
Text Example
White with #25303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25303D; }
p { color: rgb(37,48,61); }
H1.HeaderClassName
{
color: #25303D;
}
.AnyTagClassName
{
color: #25303D;
}
</style>
background-color css
<style>
a { background-color: #25303D; }
a { background-color: rgb(37,48,61); }
div.DivClassName
{
background-color: #25303D;
}
.BgClassName
{
background-color: #25303D;
}
</style>
border-color css
<style>
span { border-color: #25303D; }
span { border-color: rgb(37,48,61); }
td.TdClassName
{
border-color: #25303D;
}
.TagClassName
{
border-color: #25303D;
}
</style>