Shades of Midnight #1C2938
Tints of Midnight #1C2938
RGB
CMYK
RGB Variations
Color information
#1C2938 (or 0x1C2938) is known color: Midnight. HEX triplet: 1C, 29 and 38. RGB value is (28,41,56). Sum of RGB (Red+Green+Blue) = 28+41+56=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #1C2938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2938 is #E3D6C7. Grayscale: #262626. Windows color (decimal): -14931656 or 3680540. OLE color: 3680540.
HSL color Cylindrical-coordinate representation of color #1C2938: hue angle of 212.14º 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 #1C2938 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 41 | 56 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.78 |
| HSL | 212.14º | 0.33% | 0.16% | - |
| HSV(B) | 212.14º | 0.5% | 0.22% | - |
| XYZ | 1.99 | 2.12 | 4.05 | - |
| YUV | 38.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 56 | 0.50 | 0.27 | 0 | 0.78 | 212.14 | 0.33 | 0.16 |
| Hex | 1C | 29 | 38 | 32 | 1B | 0 | 4E | D4 | 21 | 10 |
| Octal | 34 | 51 | 70 | 62 | 33 | 0 | 116 | 324 | 41 | 20 |
| Binary | 11100 | 101001 | 111000 | 110010 | 11011 | 0 | 1001110 | 11010100 | 100001 | 10000 |
Color Harmonies of #1C2938
Complementary color
Monochromatic Colors of #1C2938
Black with #1C2938
Text Example
Text Example
White with #1C2938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2938; }
p { color: rgb(28,41,56); }
H1.HeaderClassName
{
color: #1C2938;
}
.AnyTagClassName
{
color: #1C2938;
}
</style>
background-color css
<style>
a { background-color: #1C2938; }
a { background-color: rgb(28,41,56); }
div.DivClassName
{
background-color: #1C2938;
}
.BgClassName
{
background-color: #1C2938;
}
</style>
border-color css
<style>
span { border-color: #1C2938; }
span { border-color: rgb(28,41,56); }
td.TdClassName
{
border-color: #1C2938;
}
.TagClassName
{
border-color: #1C2938;
}
</style>