Shades of Midnight Express #1C283D
Tints of Midnight Express #1C283D
RGB
CMYK
RGB Variations
Color information
#1C283D (or 0x1C283D) is known color: Midnight Express. HEX triplet: 1C, 28 and 3D. RGB value is (28,40,61). Sum of RGB (Red+Green+Blue) = 28+40+61=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C283D is #E3D7C2. Grayscale: #262626. Windows color (decimal): -14931907 or 4007964. OLE color: 4007964.
HSL color Cylindrical-coordinate representation of color #1C283D: hue angle of 218.18º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C283D is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 40 | 61 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.76 |
| HSL | 218.18º | 0.37% | 0.17% | - |
| HSV(B) | 218.18º | 0.54% | 0.24% | - |
| XYZ | 2.08 | 2.1 | 4.71 | - |
| YUV | 38.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 61 | 0.54 | 0.34 | 0 | 0.76 | 218.18 | 0.37 | 0.17 |
| Hex | 1C | 28 | 3D | 36 | 22 | 0 | 4C | DA | 25 | 11 |
| Octal | 34 | 50 | 75 | 66 | 42 | 0 | 114 | 332 | 45 | 21 |
| Binary | 11100 | 101000 | 111101 | 110110 | 100010 | 0 | 1001100 | 11011010 | 100101 | 10001 |
Color Harmonies of #1C283D
Complementary color
Monochromatic Colors of #1C283D
Black with #1C283D
Text Example
Text Example
White with #1C283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C283D; }
p { color: rgb(28,40,61); }
H1.HeaderClassName
{
color: #1C283D;
}
.AnyTagClassName
{
color: #1C283D;
}
</style>
background-color css
<style>
a { background-color: #1C283D; }
a { background-color: rgb(28,40,61); }
div.DivClassName
{
background-color: #1C283D;
}
.BgClassName
{
background-color: #1C283D;
}
</style>
border-color css
<style>
span { border-color: #1C283D; }
span { border-color: rgb(28,40,61); }
td.TdClassName
{
border-color: #1C283D;
}
.TagClassName
{
border-color: #1C283D;
}
</style>