Shades of Midnight Moss #1B2620
Tints of Midnight Moss #1B2620
RGB
CMYK
RGB Variations
Color information
#1B2620 (or 0x1B2620) is known color: Midnight Moss. HEX triplet: 1B, 26 and 20. RGB value is (27,38,32). Sum of RGB (Red+Green+Blue) = 27+38+32=97 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.84% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 38 - color contains mainly: green. Hex color #1B2620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2620 is #E4D9DF. Grayscale: #222222. Windows color (decimal): -14997984 or 2106907. OLE color: 2106907.
HSL color Cylindrical-coordinate representation of color #1B2620: hue angle of 147.27º 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 #1B2620 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 38 | 32 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.85 |
| HSL | 147.27º | 0.17% | 0.13% | - |
| HSV(B) | 147.27º | 0.29% | 0.15% | - |
| XYZ | 1.41 | 1.72 | 1.63 | - |
| YUV | 34.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 32 | 0.29 | 0 | 0.16 | 0.85 | 147.27 | 0.17 | 0.13 |
| Hex | 1B | 26 | 20 | 1D | 0 | 10 | 55 | 93 | 11 | D |
| Octal | 33 | 46 | 40 | 35 | 0 | 20 | 125 | 223 | 21 | 15 |
| Binary | 11011 | 100110 | 100000 | 11101 | 0 | 10000 | 1010101 | 10010011 | 10001 | 1101 |
Color Harmonies of #1B2620
Complementary color
Monochromatic Colors of #1B2620
Black with #1B2620
Text Example
Text Example
White with #1B2620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2620; }
p { color: rgb(27,38,32); }
H1.HeaderClassName
{
color: #1B2620;
}
.AnyTagClassName
{
color: #1B2620;
}
</style>
background-color css
<style>
a { background-color: #1B2620; }
a { background-color: rgb(27,38,32); }
div.DivClassName
{
background-color: #1B2620;
}
.BgClassName
{
background-color: #1B2620;
}
</style>
border-color css
<style>
span { border-color: #1B2620; }
span { border-color: rgb(27,38,32); }
td.TdClassName
{
border-color: #1B2620;
}
.TagClassName
{
border-color: #1B2620;
}
</style>