Shades of Midnight Moss #1B1F1D
Tints of Midnight Moss #1B1F1D
RGB
CMYK
RGB Variations
Color information
#1B1F1D (or 0x1B1F1D) is known color: Midnight Moss. HEX triplet: 1B, 1F and 1D. RGB value is (27,31,29). Sum of RGB (Red+Green+Blue) = 27+31+29=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 31 - color contains mainly: green. Hex color #1B1F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1F1D is #E4E0E2. Grayscale: #1D1D1D. Windows color (decimal): -14999779 or 1908507. OLE color: 1908507.
HSL color Cylindrical-coordinate representation of color #1B1F1D: 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 #1B1F1D is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 31 | 29 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.88 |
| HSL | 150º | 0.07% | 0.11% | - |
| HSV(B) | 150º | 0.13% | 0.12% | - |
| XYZ | 1.16 | 1.3 | 1.35 | - |
| YUV | 29.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 31 | 29 | 0.13 | 0 | 0.06 | 0.88 | 150 | 0.07 | 0.11 |
| Hex | 1B | 1F | 1D | D | 0 | 6 | 58 | 96 | 7 | B |
| Octal | 33 | 37 | 35 | 15 | 0 | 6 | 130 | 226 | 7 | 13 |
| Binary | 11011 | 11111 | 11101 | 1101 | 0 | 110 | 1011000 | 10010110 | 111 | 1011 |
Color Harmonies of #1B1F1D
Complementary color
Monochromatic Colors of #1B1F1D
Black with #1B1F1D
Text Example
Text Example
White with #1B1F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1F1D; }
p { color: rgb(27,31,29); }
H1.HeaderClassName
{
color: #1B1F1D;
}
.AnyTagClassName
{
color: #1B1F1D;
}
</style>
background-color css
<style>
a { background-color: #1B1F1D; }
a { background-color: rgb(27,31,29); }
div.DivClassName
{
background-color: #1B1F1D;
}
.BgClassName
{
background-color: #1B1F1D;
}
</style>
border-color css
<style>
span { border-color: #1B1F1D; }
span { border-color: rgb(27,31,29); }
td.TdClassName
{
border-color: #1B1F1D;
}
.TagClassName
{
border-color: #1B1F1D;
}
</style>