Shades of Midnight Moss #17231C
Tints of Midnight Moss #17231C
RGB
CMYK
RGB Variations
Color information
#17231C (or 0x17231C) is known color: Midnight Moss. HEX triplet: 17, 23 and 1C. RGB value is (23,35,28). Sum of RGB (Red+Green+Blue) = 23+35+28=86 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.74% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 35 - color contains mainly: green. Hex color #17231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17231C is #E8DCE3. Grayscale: #1E1E1E. Windows color (decimal): -15260900 or 1843991. OLE color: 1843991.
HSL color Cylindrical-coordinate representation of color #17231C: hue angle of 145º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #17231C is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 23 | 35 | 28 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.86 |
| HSL | 145º | 0.21% | 0.11% | - |
| HSV(B) | 145º | 0.34% | 0.14% | - |
| XYZ | 1.16 | 1.47 | 1.32 | - |
| YUV | 30.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 28 | 0.34 | 0 | 0.20 | 0.86 | 145 | 0.21 | 0.11 |
| Hex | 17 | 23 | 1C | 22 | 0 | 14 | 56 | 91 | 15 | B |
| Octal | 27 | 43 | 34 | 42 | 0 | 24 | 126 | 221 | 25 | 13 |
| Binary | 10111 | 100011 | 11100 | 100010 | 0 | 10100 | 1010110 | 10010001 | 10101 | 1011 |
Color Harmonies of #17231C
Complementary color
Monochromatic Colors of #17231C
Black with #17231C
Text Example
Text Example
White with #17231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17231C; }
p { color: rgb(23,35,28); }
H1.HeaderClassName
{
color: #17231C;
}
.AnyTagClassName
{
color: #17231C;
}
</style>
background-color css
<style>
a { background-color: #17231C; }
a { background-color: rgb(23,35,28); }
div.DivClassName
{
background-color: #17231C;
}
.BgClassName
{
background-color: #17231C;
}
</style>
border-color css
<style>
span { border-color: #17231C; }
span { border-color: rgb(23,35,28); }
td.TdClassName
{
border-color: #17231C;
}
.TagClassName
{
border-color: #17231C;
}
</style>