Shades of Midnight Moss #1A271F
Tints of Midnight Moss #1A271F
RGB
CMYK
RGB Variations
Color information
#1A271F (or 0x1A271F) is known color: Midnight Moss. HEX triplet: 1A, 27 and 1F. RGB value is (26,39,31). Sum of RGB (Red+Green+Blue) = 26+39+31=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 39 - color contains mainly: green. Hex color #1A271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A271F is #E5D8E0. Grayscale: #222222. Windows color (decimal): -15063265 or 2041626. OLE color: 2041626.
HSL color Cylindrical-coordinate representation of color #1A271F: hue angle of 143.08º degrees, saturation: 0.2, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1A271F is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 39 | 31 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.85 |
| HSL | 143.08º | 0.2% | 0.13% | - |
| HSV(B) | 143.08º | 0.33% | 0.15% | - |
| XYZ | 1.4 | 1.77 | 1.56 | - |
| YUV | 34.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 31 | 0.33 | 0 | 0.21 | 0.85 | 143.08 | 0.2 | 0.13 |
| Hex | 1A | 27 | 1F | 21 | 0 | 15 | 55 | 8F | 14 | D |
| Octal | 32 | 47 | 37 | 41 | 0 | 25 | 125 | 217 | 24 | 15 |
| Binary | 11010 | 100111 | 11111 | 100001 | 0 | 10101 | 1010101 | 10001111 | 10100 | 1101 |
Color Harmonies of #1A271F
Complementary color
Monochromatic Colors of #1A271F
Black with #1A271F
Text Example
Text Example
White with #1A271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A271F; }
p { color: rgb(26,39,31); }
H1.HeaderClassName
{
color: #1A271F;
}
.AnyTagClassName
{
color: #1A271F;
}
</style>
background-color css
<style>
a { background-color: #1A271F; }
a { background-color: rgb(26,39,31); }
div.DivClassName
{
background-color: #1A271F;
}
.BgClassName
{
background-color: #1A271F;
}
</style>
border-color css
<style>
span { border-color: #1A271F; }
span { border-color: rgb(26,39,31); }
td.TdClassName
{
border-color: #1A271F;
}
.TagClassName
{
border-color: #1A271F;
}
</style>