Shades of Myrtle #1F331C
Tints of Myrtle #1F331C
RGB
CMYK
RGB Variations
Color information
#1F331C (or 0x1F331C) is known color: Myrtle. HEX triplet: 1F, 33 and 1C. RGB value is (31,51,28). Sum of RGB (Red+Green+Blue) = 31+51+28=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #1F331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F331C is #E0CCE3. Grayscale: #2A2A2A. Windows color (decimal): -14732516 or 1848095. OLE color: 1848095.
HSL color Cylindrical-coordinate representation of color #1F331C: hue angle of 112.17º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F331C is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 31 | 51 | 28 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.8 |
| HSL | 112.17º | 0.29% | 0.15% | - |
| HSV(B) | 112.17º | 0.45% | 0.2% | - |
| XYZ | 1.96 | 2.74 | 1.52 | - |
| YUV | 42.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 28 | 0.39 | 0 | 0.45 | 0.8 | 112.17 | 0.29 | 0.15 |
| Hex | 1F | 33 | 1C | 27 | 0 | 2D | 50 | 70 | 1D | F |
| Octal | 37 | 63 | 34 | 47 | 0 | 55 | 120 | 160 | 35 | 17 |
| Binary | 11111 | 110011 | 11100 | 100111 | 0 | 101101 | 1010000 | 1110000 | 11101 | 1111 |
Color Harmonies of #1F331C
Complementary color
Monochromatic Colors of #1F331C
Black with #1F331C
Text Example
Text Example
White with #1F331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F331C; }
p { color: rgb(31,51,28); }
H1.HeaderClassName
{
color: #1F331C;
}
.AnyTagClassName
{
color: #1F331C;
}
</style>
background-color css
<style>
a { background-color: #1F331C; }
a { background-color: rgb(31,51,28); }
div.DivClassName
{
background-color: #1F331C;
}
.BgClassName
{
background-color: #1F331C;
}
</style>
border-color css
<style>
span { border-color: #1F331C; }
span { border-color: rgb(31,51,28); }
td.TdClassName
{
border-color: #1F331C;
}
.TagClassName
{
border-color: #1F331C;
}
</style>