Shades of Midnight Express #1C2534
Tints of Midnight Express #1C2534
RGB
CMYK
RGB Variations
Color information
#1C2534 (or 0x1C2534) is known color: Midnight Express. HEX triplet: 1C, 25 and 34. RGB value is (28,37,52). Sum of RGB (Red+Green+Blue) = 28+37+52=117 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.93% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #1C2534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2534 is #E3DACB. Grayscale: #232323. Windows color (decimal): -14932684 or 3417372. OLE color: 3417372.
HSL color Cylindrical-coordinate representation of color #1C2534: hue angle of 217.5º 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 #1C2534 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 37 | 52 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.80 |
| HSL | 217.5º | 0.3% | 0.16% | - |
| HSV(B) | 217.5º | 0.46% | 0.2% | - |
| XYZ | 1.76 | 1.82 | 3.51 | - |
| YUV | 36.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 52 | 0.46 | 0.29 | 0 | 0.80 | 217.5 | 0.3 | 0.16 |
| Hex | 1C | 25 | 34 | 2E | 1D | 0 | 50 | DA | 1E | 10 |
| Octal | 34 | 45 | 64 | 56 | 35 | 0 | 120 | 332 | 36 | 20 |
| Binary | 11100 | 100101 | 110100 | 101110 | 11101 | 0 | 1010000 | 11011010 | 11110 | 10000 |
Color Harmonies of #1C2534
Complementary color
Monochromatic Colors of #1C2534
Black with #1C2534
Text Example
Text Example
White with #1C2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2534; }
p { color: rgb(28,37,52); }
H1.HeaderClassName
{
color: #1C2534;
}
.AnyTagClassName
{
color: #1C2534;
}
</style>
background-color css
<style>
a { background-color: #1C2534; }
a { background-color: rgb(28,37,52); }
div.DivClassName
{
background-color: #1C2534;
}
.BgClassName
{
background-color: #1C2534;
}
</style>
border-color css
<style>
span { border-color: #1C2534; }
span { border-color: rgb(28,37,52); }
td.TdClassName
{
border-color: #1C2534;
}
.TagClassName
{
border-color: #1C2534;
}
</style>