Shades of Midnight Moss #1A1E1C
Tints of Midnight Moss #1A1E1C
RGB
CMYK
RGB Variations
Color information
#1A1E1C (or 0x1A1E1C) is known color: Midnight Moss. HEX triplet: 1A, 1E and 1C. RGB value is (26,30,28). Sum of RGB (Red+Green+Blue) = 26+30+28=84 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.95% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1E1C is #E5E1E3. Grayscale: #1C1C1C. Windows color (decimal): -15065572 or 1842714. OLE color: 1842714.
HSL color Cylindrical-coordinate representation of color #1A1E1C: hue angle of 150º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1A1E1C is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
RGB | 26 | 30 | 28 | - |
CMYK | 0.13 | 0 | 0.07 | 0.88 |
HSL | 150º | 0.07% | 0.11% | - |
HSV(B) | 150º | 0.13% | 0.12% | - |
XYZ | 1.1 | 1.23 | 1.28 | - |
YUV | 28.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 30 | 28 | 0.13 | 0 | 0.07 | 0.88 | 150 | 0.07 | 0.11 |
Hex | 1A | 1E | 1C | D | 0 | 7 | 58 | 96 | 7 | B |
Octal | 32 | 36 | 34 | 15 | 0 | 7 | 130 | 226 | 7 | 13 |
Binary | 11010 | 11110 | 11100 | 1101 | 0 | 111 | 1011000 | 10010110 | 111 | 1011 |
Color Harmonies of #1A1E1C
Complementary color
Monochromatic Colors of #1A1E1C
Black with #1A1E1C
Text Example
Text Example
White with #1A1E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E1C; }
p { color: rgb(26,30,28); }
H1.HeaderClassName
{
color: #1A1E1C;
}
.AnyTagClassName
{
color: #1A1E1C;
}
</style>
background-color css
<style>
a { background-color: #1A1E1C; }
a { background-color: rgb(26,30,28); }
div.DivClassName
{
background-color: #1A1E1C;
}
.BgClassName
{
background-color: #1A1E1C;
}
</style>
border-color css
<style>
span { border-color: #1A1E1C; }
span { border-color: rgb(26,30,28); }
td.TdClassName
{
border-color: #1A1E1C;
}
.TagClassName
{
border-color: #1A1E1C;
}
</style>