Shades of Myrtle #1B3F1F
Tints of Myrtle #1B3F1F
RGB
CMYK
RGB Variations
Color information
#1B3F1F (or 0x1B3F1F) is known color: Myrtle. HEX triplet: 1B, 3F and 1F. RGB value is (27,63,31). Sum of RGB (Red+Green+Blue) = 27+63+31=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #1B3F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3F1F is #E4C0E0. Grayscale: #303030. Windows color (decimal): -14991585 or 2047771. OLE color: 2047771.
HSL color Cylindrical-coordinate representation of color #1B3F1F: hue angle of 126.67º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B3F1F is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 63 | 31 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.75 |
| HSL | 126.67º | 0.4% | 0.18% | - |
| HSV(B) | 126.67º | 0.57% | 0.25% | - |
| XYZ | 2.48 | 3.89 | 1.92 | - |
| YUV | 48.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 63 | 31 | 0.57 | 0 | 0.51 | 0.75 | 126.67 | 0.4 | 0.18 |
| Hex | 1B | 3F | 1F | 39 | 0 | 33 | 4B | 7F | 28 | 12 |
| Octal | 33 | 77 | 37 | 71 | 0 | 63 | 113 | 177 | 50 | 22 |
| Binary | 11011 | 111111 | 11111 | 111001 | 0 | 110011 | 1001011 | 1111111 | 101000 | 10010 |
Color Harmonies of #1B3F1F
Complementary color
Monochromatic Colors of #1B3F1F
Black with #1B3F1F
Text Example
Text Example
White with #1B3F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3F1F; }
p { color: rgb(27,63,31); }
H1.HeaderClassName
{
color: #1B3F1F;
}
.AnyTagClassName
{
color: #1B3F1F;
}
</style>
background-color css
<style>
a { background-color: #1B3F1F; }
a { background-color: rgb(27,63,31); }
div.DivClassName
{
background-color: #1B3F1F;
}
.BgClassName
{
background-color: #1B3F1F;
}
</style>
border-color css
<style>
span { border-color: #1B3F1F; }
span { border-color: rgb(27,63,31); }
td.TdClassName
{
border-color: #1B3F1F;
}
.TagClassName
{
border-color: #1B3F1F;
}
</style>