Shades of Myrtle #1F431A
Tints of Myrtle #1F431A
RGB
CMYK
RGB Variations
Color information
#1F431A (or 0x1F431A) is known color: Myrtle. HEX triplet: 1F, 43 and 1A. RGB value is (31,67,26). Sum of RGB (Red+Green+Blue) = 31+67+26=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #1F431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F431A is #E0BCE5. Grayscale: #333333. Windows color (decimal): -14728422 or 1721119. OLE color: 1721119.
HSL color Cylindrical-coordinate representation of color #1F431A: hue angle of 112.68º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F431A is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 67 | 26 | - |
| CMYK | 0.54 | 0 | 0.61 | 0.74 |
| HSL | 112.68º | 0.44% | 0.18% | - |
| HSV(B) | 112.68º | 0.61% | 0.26% | - |
| XYZ | 2.76 | 4.38 | 1.68 | - |
| YUV | 51.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 26 | 0.54 | 0 | 0.61 | 0.74 | 112.68 | 0.44 | 0.18 |
| Hex | 1F | 43 | 1A | 36 | 0 | 3D | 4A | 71 | 2C | 12 |
| Octal | 37 | 103 | 32 | 66 | 0 | 75 | 112 | 161 | 54 | 22 |
| Binary | 11111 | 1000011 | 11010 | 110110 | 0 | 111101 | 1001010 | 1110001 | 101100 | 10010 |
Color Harmonies of #1F431A
Complementary color
Monochromatic Colors of #1F431A
Black with #1F431A
Text Example
Text Example
White with #1F431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F431A; }
p { color: rgb(31,67,26); }
H1.HeaderClassName
{
color: #1F431A;
}
.AnyTagClassName
{
color: #1F431A;
}
</style>
background-color css
<style>
a { background-color: #1F431A; }
a { background-color: rgb(31,67,26); }
div.DivClassName
{
background-color: #1F431A;
}
.BgClassName
{
background-color: #1F431A;
}
</style>
border-color css
<style>
span { border-color: #1F431A; }
span { border-color: rgb(31,67,26); }
td.TdClassName
{
border-color: #1F431A;
}
.TagClassName
{
border-color: #1F431A;
}
</style>