Shades of Myrtle #1B3117
Tints of Myrtle #1B3117
RGB
CMYK
RGB Variations
Color information
#1B3117 (or 0x1B3117) is known color: Myrtle. HEX triplet: 1B, 31 and 17. RGB value is (27,49,23). Sum of RGB (Red+Green+Blue) = 27+49+23=99 (13% of max value = 765). Red value is 27 (10.94% from 255 or 27.27% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #1B3117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3117 is #E4CEE8. Grayscale: #272727. Windows color (decimal): -14995177 or 1519899. OLE color: 1519899.
HSL color Cylindrical-coordinate representation of color #1B3117: hue angle of 110.77º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B3117 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 49 | 23 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.81 |
| HSL | 110.77º | 0.36% | 0.14% | - |
| HSV(B) | 110.77º | 0.53% | 0.19% | - |
| XYZ | 1.7 | 2.49 | 1.2 | - |
| YUV | 39.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 49 | 23 | 0.45 | 0 | 0.53 | 0.81 | 110.77 | 0.36 | 0.14 |
| Hex | 1B | 31 | 17 | 2D | 0 | 35 | 51 | 6F | 24 | E |
| Octal | 33 | 61 | 27 | 55 | 0 | 65 | 121 | 157 | 44 | 16 |
| Binary | 11011 | 110001 | 10111 | 101101 | 0 | 110101 | 1010001 | 1101111 | 100100 | 1110 |
Color Harmonies of #1B3117
Complementary color
Monochromatic Colors of #1B3117
Black with #1B3117
Text Example
Text Example
White with #1B3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3117; }
p { color: rgb(27,49,23); }
H1.HeaderClassName
{
color: #1B3117;
}
.AnyTagClassName
{
color: #1B3117;
}
</style>
background-color css
<style>
a { background-color: #1B3117; }
a { background-color: rgb(27,49,23); }
div.DivClassName
{
background-color: #1B3117;
}
.BgClassName
{
background-color: #1B3117;
}
</style>
border-color css
<style>
span { border-color: #1B3117; }
span { border-color: rgb(27,49,23); }
td.TdClassName
{
border-color: #1B3117;
}
.TagClassName
{
border-color: #1B3117;
}
</style>