Shades of Midnight #1C2939
Tints of Midnight #1C2939
RGB
CMYK
RGB Variations
Color information
#1C2939 (or 0x1C2939) is known color: Midnight. HEX triplet: 1C, 29 and 39. RGB value is (28,41,57). Sum of RGB (Red+Green+Blue) = 28+41+57=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #1C2939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2939 is #E3D6C6. Grayscale: #262626. Windows color (decimal): -14931655 or 3746076. OLE color: 3746076.
HSL color Cylindrical-coordinate representation of color #1C2939: hue angle of 213.1º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C2939 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 41 | 57 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.78 |
| HSL | 213.1º | 0.34% | 0.17% | - |
| HSV(B) | 213.1º | 0.51% | 0.22% | - |
| XYZ | 2.01 | 2.13 | 4.18 | - |
| YUV | 38.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 57 | 0.51 | 0.28 | 0 | 0.78 | 213.1 | 0.34 | 0.17 |
| Hex | 1C | 29 | 39 | 33 | 1C | 0 | 4E | D5 | 22 | 11 |
| Octal | 34 | 51 | 71 | 63 | 34 | 0 | 116 | 325 | 42 | 21 |
| Binary | 11100 | 101001 | 111001 | 110011 | 11100 | 0 | 1001110 | 11010101 | 100010 | 10001 |
Color Harmonies of #1C2939
Complementary color
Monochromatic Colors of #1C2939
Black with #1C2939
Text Example
Text Example
White with #1C2939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2939; }
p { color: rgb(28,41,57); }
H1.HeaderClassName
{
color: #1C2939;
}
.AnyTagClassName
{
color: #1C2939;
}
</style>
background-color css
<style>
a { background-color: #1C2939; }
a { background-color: rgb(28,41,57); }
div.DivClassName
{
background-color: #1C2939;
}
.BgClassName
{
background-color: #1C2939;
}
</style>
border-color css
<style>
span { border-color: #1C2939; }
span { border-color: rgb(28,41,57); }
td.TdClassName
{
border-color: #1C2939;
}
.TagClassName
{
border-color: #1C2939;
}
</style>