Shades of Midnight Moss #1B251F
Tints of Midnight Moss #1B251F
RGB
CMYK
RGB Variations
Color information
#1B251F (or 0x1B251F) is known color: Midnight Moss. HEX triplet: 1B, 25 and 1F. RGB value is (27,37,31). Sum of RGB (Red+Green+Blue) = 27+37+31=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 37 - color contains mainly: green. Hex color #1B251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B251F is #E4DAE0. Grayscale: #212121. Windows color (decimal): -14998241 or 2041115. OLE color: 2041115.
HSL color Cylindrical-coordinate representation of color #1B251F: hue angle of 144º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1B251F is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 37 | 31 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.85 |
| HSL | 144º | 0.16% | 0.13% | - |
| HSV(B) | 144º | 0.27% | 0.15% | - |
| XYZ | 1.36 | 1.66 | 1.54 | - |
| YUV | 33.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 31 | 0.27 | 0 | 0.16 | 0.85 | 144 | 0.16 | 0.13 |
| Hex | 1B | 25 | 1F | 1B | 0 | 10 | 55 | 90 | 10 | D |
| Octal | 33 | 45 | 37 | 33 | 0 | 20 | 125 | 220 | 20 | 15 |
| Binary | 11011 | 100101 | 11111 | 11011 | 0 | 10000 | 1010101 | 10010000 | 10000 | 1101 |
Color Harmonies of #1B251F
Complementary color
Monochromatic Colors of #1B251F
Black with #1B251F
Text Example
Text Example
White with #1B251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B251F; }
p { color: rgb(27,37,31); }
H1.HeaderClassName
{
color: #1B251F;
}
.AnyTagClassName
{
color: #1B251F;
}
</style>
background-color css
<style>
a { background-color: #1B251F; }
a { background-color: rgb(27,37,31); }
div.DivClassName
{
background-color: #1B251F;
}
.BgClassName
{
background-color: #1B251F;
}
</style>
border-color css
<style>
span { border-color: #1B251F; }
span { border-color: rgb(27,37,31); }
td.TdClassName
{
border-color: #1B251F;
}
.TagClassName
{
border-color: #1B251F;
}
</style>