Shades of Midnight Moss #1B261F
Tints of Midnight Moss #1B261F
RGB
CMYK
RGB Variations
Color information
#1B261F (or 0x1B261F) is known color: Midnight Moss. HEX triplet: 1B, 26 and 1F. RGB value is (27,38,31). Sum of RGB (Red+Green+Blue) = 27+38+31=96 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.12% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 38 - color contains mainly: green. Hex color #1B261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B261F is #E4D9E0. Grayscale: #212121. Windows color (decimal): -14997985 or 2041371. OLE color: 2041371.
HSL color Cylindrical-coordinate representation of color #1B261F: hue angle of 141.82º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1B261F is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 38 | 31 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.85 |
| HSL | 141.82º | 0.17% | 0.13% | - |
| HSV(B) | 141.82º | 0.29% | 0.15% | - |
| XYZ | 1.39 | 1.72 | 1.55 | - |
| YUV | 33.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 31 | 0.29 | 0 | 0.18 | 0.85 | 141.82 | 0.17 | 0.13 |
| Hex | 1B | 26 | 1F | 1D | 0 | 12 | 55 | 8E | 11 | D |
| Octal | 33 | 46 | 37 | 35 | 0 | 22 | 125 | 216 | 21 | 15 |
| Binary | 11011 | 100110 | 11111 | 11101 | 0 | 10010 | 1010101 | 10001110 | 10001 | 1101 |
Color Harmonies of #1B261F
Complementary color
Monochromatic Colors of #1B261F
Black with #1B261F
Text Example
Text Example
White with #1B261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B261F; }
p { color: rgb(27,38,31); }
H1.HeaderClassName
{
color: #1B261F;
}
.AnyTagClassName
{
color: #1B261F;
}
</style>
background-color css
<style>
a { background-color: #1B261F; }
a { background-color: rgb(27,38,31); }
div.DivClassName
{
background-color: #1B261F;
}
.BgClassName
{
background-color: #1B261F;
}
</style>
border-color css
<style>
span { border-color: #1B261F; }
span { border-color: rgb(27,38,31); }
td.TdClassName
{
border-color: #1B261F;
}
.TagClassName
{
border-color: #1B261F;
}
</style>