Shades of Myrtle #1F331B
Tints of Myrtle #1F331B
RGB
CMYK
RGB Variations
Color information
#1F331B (or 0x1F331B) is known color: Myrtle. HEX triplet: 1F, 33 and 1B. RGB value is (31,51,27). Sum of RGB (Red+Green+Blue) = 31+51+27=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #1F331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F331B is #E0CCE4. Grayscale: #2A2A2A. Windows color (decimal): -14732517 or 1782559. OLE color: 1782559.
HSL color Cylindrical-coordinate representation of color #1F331B: hue angle of 110º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F331B is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 31 | 51 | 27 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.8 |
| HSL | 110º | 0.31% | 0.15% | - |
| HSV(B) | 110º | 0.47% | 0.2% | - |
| XYZ | 1.95 | 2.74 | 1.46 | - |
| YUV | 42.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 27 | 0.39 | 0 | 0.47 | 0.8 | 110 | 0.31 | 0.15 |
| Hex | 1F | 33 | 1B | 27 | 0 | 2F | 50 | 6E | 1F | F |
| Octal | 37 | 63 | 33 | 47 | 0 | 57 | 120 | 156 | 37 | 17 |
| Binary | 11111 | 110011 | 11011 | 100111 | 0 | 101111 | 1010000 | 1101110 | 11111 | 1111 |
Color Harmonies of #1F331B
Complementary color
Monochromatic Colors of #1F331B
Black with #1F331B
Text Example
Text Example
White with #1F331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F331B; }
p { color: rgb(31,51,27); }
H1.HeaderClassName
{
color: #1F331B;
}
.AnyTagClassName
{
color: #1F331B;
}
</style>
background-color css
<style>
a { background-color: #1F331B; }
a { background-color: rgb(31,51,27); }
div.DivClassName
{
background-color: #1F331B;
}
.BgClassName
{
background-color: #1F331B;
}
</style>
border-color css
<style>
span { border-color: #1F331B; }
span { border-color: rgb(31,51,27); }
td.TdClassName
{
border-color: #1F331B;
}
.TagClassName
{
border-color: #1F331B;
}
</style>