Shades of Midnight Express #25293C
Tints of Midnight Express #25293C
RGB
CMYK
RGB Variations
Color information
#25293C (or 0x25293C) is known color: Midnight Express. HEX triplet: 25, 29 and 3C. RGB value is (37,41,60). Sum of RGB (Red+Green+Blue) = 37+41+60=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 60 - color contains mainly: blue. Hex color #25293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25293C is #DAD6C3. Grayscale: #292929. Windows color (decimal): -14341828 or 3942693. OLE color: 3942693.
HSL color Cylindrical-coordinate representation of color #25293C: hue angle of 229.57º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #25293C is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 41 | 60 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.76 |
| HSL | 229.57º | 0.24% | 0.19% | - |
| HSV(B) | 229.57º | 0.38% | 0.24% | - |
| XYZ | 2.37 | 2.31 | 4.59 | - |
| YUV | 41.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 60 | 0.38 | 0.32 | 0 | 0.76 | 229.57 | 0.24 | 0.19 |
| Hex | 25 | 29 | 3C | 26 | 20 | 0 | 4C | E6 | 18 | 13 |
| Octal | 45 | 51 | 74 | 46 | 40 | 0 | 114 | 346 | 30 | 23 |
| Binary | 100101 | 101001 | 111100 | 100110 | 100000 | 0 | 1001100 | 11100110 | 11000 | 10011 |
Color Harmonies of #25293C
Complementary color
Monochromatic Colors of #25293C
Black with #25293C
Text Example
Text Example
White with #25293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25293C; }
p { color: rgb(37,41,60); }
H1.HeaderClassName
{
color: #25293C;
}
.AnyTagClassName
{
color: #25293C;
}
</style>
background-color css
<style>
a { background-color: #25293C; }
a { background-color: rgb(37,41,60); }
div.DivClassName
{
background-color: #25293C;
}
.BgClassName
{
background-color: #25293C;
}
</style>
border-color css
<style>
span { border-color: #25293C; }
span { border-color: rgb(37,41,60); }
td.TdClassName
{
border-color: #25293C;
}
.TagClassName
{
border-color: #25293C;
}
</style>