Shades of Myrtle #1B2619
Tints of Myrtle #1B2619
RGB
CMYK
RGB Variations
Color information
#1B2619 (or 0x1B2619) is known color: Myrtle. HEX triplet: 1B, 26 and 19. RGB value is (27,38,25). Sum of RGB (Red+Green+Blue) = 27+38+25=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #1B2619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2619 is #E4D9E6. Grayscale: #212121. Windows color (decimal): -14997991 or 1648155. OLE color: 1648155.
HSL color Cylindrical-coordinate representation of color #1B2619: hue angle of 110.77º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1B2619 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 38 | 25 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.85 |
| HSL | 110.77º | 0.21% | 0.12% | - |
| HSV(B) | 110.77º | 0.34% | 0.15% | - |
| XYZ | 1.32 | 1.69 | 1.18 | - |
| YUV | 33.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 25 | 0.29 | 0 | 0.34 | 0.85 | 110.77 | 0.21 | 0.12 |
| Hex | 1B | 26 | 19 | 1D | 0 | 22 | 55 | 6F | 15 | C |
| Octal | 33 | 46 | 31 | 35 | 0 | 42 | 125 | 157 | 25 | 14 |
| Binary | 11011 | 100110 | 11001 | 11101 | 0 | 100010 | 1010101 | 1101111 | 10101 | 1100 |
Color Harmonies of #1B2619
Complementary color
Monochromatic Colors of #1B2619
Black with #1B2619
Text Example
Text Example
White with #1B2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2619; }
p { color: rgb(27,38,25); }
H1.HeaderClassName
{
color: #1B2619;
}
.AnyTagClassName
{
color: #1B2619;
}
</style>
background-color css
<style>
a { background-color: #1B2619; }
a { background-color: rgb(27,38,25); }
div.DivClassName
{
background-color: #1B2619;
}
.BgClassName
{
background-color: #1B2619;
}
</style>
border-color css
<style>
span { border-color: #1B2619; }
span { border-color: rgb(27,38,25); }
td.TdClassName
{
border-color: #1B2619;
}
.TagClassName
{
border-color: #1B2619;
}
</style>