Shades of Midnight Moss #1C231F
Tints of Midnight Moss #1C231F
RGB
CMYK
RGB Variations
Color information
#1C231F (or 0x1C231F) is known color: Midnight Moss. HEX triplet: 1C, 23 and 1F. RGB value is (28,35,31). Sum of RGB (Red+Green+Blue) = 28+35+31=94 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.79% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 35 - color contains mainly: green. Hex color #1C231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C231F is #E3DCE0. Grayscale: #202020. Windows color (decimal): -14933217 or 2040604. OLE color: 2040604.
HSL color Cylindrical-coordinate representation of color #1C231F: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #1C231F is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 35 | 31 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.86 |
| HSL | 145.71º | 0.11% | 0.12% | - |
| HSV(B) | 145.71º | 0.2% | 0.14% | - |
| XYZ | 1.33 | 1.55 | 1.53 | - |
| YUV | 32.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 35 | 31 | 0.20 | 0 | 0.11 | 0.86 | 145.71 | 0.11 | 0.12 |
| Hex | 1C | 23 | 1F | 14 | 0 | B | 56 | 92 | B | C |
| Octal | 34 | 43 | 37 | 24 | 0 | 13 | 126 | 222 | 13 | 14 |
| Binary | 11100 | 100011 | 11111 | 10100 | 0 | 1011 | 1010110 | 10010010 | 1011 | 1100 |
Color Harmonies of #1C231F
Complementary color
Monochromatic Colors of #1C231F
Black with #1C231F
Text Example
Text Example
White with #1C231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C231F; }
p { color: rgb(28,35,31); }
H1.HeaderClassName
{
color: #1C231F;
}
.AnyTagClassName
{
color: #1C231F;
}
</style>
background-color css
<style>
a { background-color: #1C231F; }
a { background-color: rgb(28,35,31); }
div.DivClassName
{
background-color: #1C231F;
}
.BgClassName
{
background-color: #1C231F;
}
</style>
border-color css
<style>
span { border-color: #1C231F; }
span { border-color: rgb(28,35,31); }
td.TdClassName
{
border-color: #1C231F;
}
.TagClassName
{
border-color: #1C231F;
}
</style>