Shades of Midnight #253545
Tints of Midnight #253545
RGB
CMYK
RGB Variations
Color information
#253545 (or 0x253545) is known color: Midnight. HEX triplet: 25, 35 and 45. RGB value is (37,53,69). Sum of RGB (Red+Green+Blue) = 37+53+69=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 69 - color contains mainly: blue. Hex color #253545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253545 is #DACABA. Grayscale: #313131. Windows color (decimal): -14338747 or 4535589. OLE color: 4535589.
HSL color Cylindrical-coordinate representation of color #253545: hue angle of 210º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #253545 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 53 | 69 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.73 |
| HSL | 210º | 0.3% | 0.21% | - |
| HSV(B) | 210º | 0.46% | 0.27% | - |
| XYZ | 3.11 | 3.37 | 6.12 | - |
| YUV | 50.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 69 | 0.46 | 0.23 | 0 | 0.73 | 210 | 0.3 | 0.21 |
| Hex | 25 | 35 | 45 | 2E | 17 | 0 | 49 | D2 | 1E | 15 |
| Octal | 45 | 65 | 105 | 56 | 27 | 0 | 111 | 322 | 36 | 25 |
| Binary | 100101 | 110101 | 1000101 | 101110 | 10111 | 0 | 1001001 | 11010010 | 11110 | 10101 |
Color Harmonies of #253545
Complementary color
Monochromatic Colors of #253545
Black with #253545
Text Example
Text Example
White with #253545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253545; }
p { color: rgb(37,53,69); }
H1.HeaderClassName
{
color: #253545;
}
.AnyTagClassName
{
color: #253545;
}
</style>
background-color css
<style>
a { background-color: #253545; }
a { background-color: rgb(37,53,69); }
div.DivClassName
{
background-color: #253545;
}
.BgClassName
{
background-color: #253545;
}
</style>
border-color css
<style>
span { border-color: #253545; }
span { border-color: rgb(37,53,69); }
td.TdClassName
{
border-color: #253545;
}
.TagClassName
{
border-color: #253545;
}
</style>