Shades of Midnight Express #1C2434
Tints of Midnight Express #1C2434
RGB
CMYK
RGB Variations
Color information
#1C2434 (or 0x1C2434) is known color: Midnight Express. HEX triplet: 1C, 24 and 34. RGB value is (28,36,52). Sum of RGB (Red+Green+Blue) = 28+36+52=116 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.14% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #1C2434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2434 is #E3DBCB. Grayscale: #232323. Windows color (decimal): -14932940 or 3417116. OLE color: 3417116.
HSL color Cylindrical-coordinate representation of color #1C2434: hue angle of 220º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C2434 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 36 | 52 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.80 |
| HSL | 220º | 0.3% | 0.16% | - |
| HSV(B) | 220º | 0.46% | 0.2% | - |
| XYZ | 1.73 | 1.76 | 3.5 | - |
| YUV | 35.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 52 | 0.46 | 0.31 | 0 | 0.80 | 220 | 0.3 | 0.16 |
| Hex | 1C | 24 | 34 | 2E | 1F | 0 | 50 | DC | 1E | 10 |
| Octal | 34 | 44 | 64 | 56 | 37 | 0 | 120 | 334 | 36 | 20 |
| Binary | 11100 | 100100 | 110100 | 101110 | 11111 | 0 | 1010000 | 11011100 | 11110 | 10000 |
Color Harmonies of #1C2434
Complementary color
Monochromatic Colors of #1C2434
Black with #1C2434
Text Example
Text Example
White with #1C2434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2434; }
p { color: rgb(28,36,52); }
H1.HeaderClassName
{
color: #1C2434;
}
.AnyTagClassName
{
color: #1C2434;
}
</style>
background-color css
<style>
a { background-color: #1C2434; }
a { background-color: rgb(28,36,52); }
div.DivClassName
{
background-color: #1C2434;
}
.BgClassName
{
background-color: #1C2434;
}
</style>
border-color css
<style>
span { border-color: #1C2434; }
span { border-color: rgb(28,36,52); }
td.TdClassName
{
border-color: #1C2434;
}
.TagClassName
{
border-color: #1C2434;
}
</style>