Shades of Midnight Express #23253A
Tints of Midnight Express #23253A
RGB
CMYK
RGB Variations
Color information
#23253A (or 0x23253A) is known color: Midnight Express. HEX triplet: 23, 25 and 3A. RGB value is (35,37,58). Sum of RGB (Red+Green+Blue) = 35+37+58=130 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.92% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #23253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23253A is #DCDAC5. Grayscale: #262626. Windows color (decimal): -14473926 or 3810595. OLE color: 3810595.
HSL color Cylindrical-coordinate representation of color #23253A: hue angle of 234.78º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #23253A is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 37 | 58 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.77 |
| HSL | 234.78º | 0.25% | 0.18% | - |
| HSV(B) | 234.78º | 0.4% | 0.23% | - |
| XYZ | 2.12 | 1.99 | 4.27 | - |
| YUV | 38.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 58 | 0.40 | 0.36 | 0 | 0.77 | 234.78 | 0.25 | 0.18 |
| Hex | 23 | 25 | 3A | 28 | 24 | 0 | 4D | EB | 19 | 12 |
| Octal | 43 | 45 | 72 | 50 | 44 | 0 | 115 | 353 | 31 | 22 |
| Binary | 100011 | 100101 | 111010 | 101000 | 100100 | 0 | 1001101 | 11101011 | 11001 | 10010 |
Color Harmonies of #23253A
Complementary color
Monochromatic Colors of #23253A
Black with #23253A
Text Example
Text Example
White with #23253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23253A; }
p { color: rgb(35,37,58); }
H1.HeaderClassName
{
color: #23253A;
}
.AnyTagClassName
{
color: #23253A;
}
</style>
background-color css
<style>
a { background-color: #23253A; }
a { background-color: rgb(35,37,58); }
div.DivClassName
{
background-color: #23253A;
}
.BgClassName
{
background-color: #23253A;
}
</style>
border-color css
<style>
span { border-color: #23253A; }
span { border-color: rgb(35,37,58); }
td.TdClassName
{
border-color: #23253A;
}
.TagClassName
{
border-color: #23253A;
}
</style>