Shades of Midnight Express #1C2438
Tints of Midnight Express #1C2438
RGB
CMYK
RGB Variations
Color information
#1C2438 (or 0x1C2438) is known color: Midnight Express. HEX triplet: 1C, 24 and 38. RGB value is (28,36,56). Sum of RGB (Red+Green+Blue) = 28+36+56=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #1C2438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2438 is #E3DBC7. Grayscale: #232323. Windows color (decimal): -14932936 or 3679260. OLE color: 3679260.
HSL color Cylindrical-coordinate representation of color #1C2438: hue angle of 222.86º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C2438 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 36 | 56 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.78 |
| HSL | 222.86º | 0.33% | 0.16% | - |
| HSV(B) | 222.86º | 0.5% | 0.22% | - |
| XYZ | 1.82 | 1.79 | 3.99 | - |
| YUV | 35.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 56 | 0.50 | 0.36 | 0 | 0.78 | 222.86 | 0.33 | 0.16 |
| Hex | 1C | 24 | 38 | 32 | 24 | 0 | 4E | DF | 21 | 10 |
| Octal | 34 | 44 | 70 | 62 | 44 | 0 | 116 | 337 | 41 | 20 |
| Binary | 11100 | 100100 | 111000 | 110010 | 100100 | 0 | 1001110 | 11011111 | 100001 | 10000 |
Color Harmonies of #1C2438
Complementary color
Monochromatic Colors of #1C2438
Black with #1C2438
Text Example
Text Example
White with #1C2438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2438; }
p { color: rgb(28,36,56); }
H1.HeaderClassName
{
color: #1C2438;
}
.AnyTagClassName
{
color: #1C2438;
}
</style>
background-color css
<style>
a { background-color: #1C2438; }
a { background-color: rgb(28,36,56); }
div.DivClassName
{
background-color: #1C2438;
}
.BgClassName
{
background-color: #1C2438;
}
</style>
border-color css
<style>
span { border-color: #1C2438; }
span { border-color: rgb(28,36,56); }
td.TdClassName
{
border-color: #1C2438;
}
.TagClassName
{
border-color: #1C2438;
}
</style>