Shades of Myrtle #1F331A
Tints of Myrtle #1F331A
RGB
CMYK
RGB Variations
Color information
#1F331A (or 0x1F331A) is known color: Myrtle. HEX triplet: 1F, 33 and 1A. RGB value is (31,51,26). Sum of RGB (Red+Green+Blue) = 31+51+26=108 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.70% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #1F331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F331A is #E0CCE5. Grayscale: #2A2A2A. Windows color (decimal): -14732518 or 1717023. OLE color: 1717023.
HSL color Cylindrical-coordinate representation of color #1F331A: hue angle of 108º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F331A is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 31 | 51 | 26 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.8 |
| HSL | 108º | 0.32% | 0.15% | - |
| HSV(B) | 108º | 0.49% | 0.2% | - |
| XYZ | 1.94 | 2.73 | 1.4 | - |
| YUV | 42.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 26 | 0.39 | 0 | 0.49 | 0.8 | 108 | 0.32 | 0.15 |
| Hex | 1F | 33 | 1A | 27 | 0 | 31 | 50 | 6C | 20 | F |
| Octal | 37 | 63 | 32 | 47 | 0 | 61 | 120 | 154 | 40 | 17 |
| Binary | 11111 | 110011 | 11010 | 100111 | 0 | 110001 | 1010000 | 1101100 | 100000 | 1111 |
Color Harmonies of #1F331A
Complementary color
Monochromatic Colors of #1F331A
Black with #1F331A
Text Example
Text Example
White with #1F331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F331A; }
p { color: rgb(31,51,26); }
H1.HeaderClassName
{
color: #1F331A;
}
.AnyTagClassName
{
color: #1F331A;
}
</style>
background-color css
<style>
a { background-color: #1F331A; }
a { background-color: rgb(31,51,26); }
div.DivClassName
{
background-color: #1F331A;
}
.BgClassName
{
background-color: #1F331A;
}
</style>
border-color css
<style>
span { border-color: #1F331A; }
span { border-color: rgb(31,51,26); }
td.TdClassName
{
border-color: #1F331A;
}
.TagClassName
{
border-color: #1F331A;
}
</style>