Shades of Myrtle #1B261A
Tints of Myrtle #1B261A
RGB
CMYK
RGB Variations
Color information
#1B261A (or 0x1B261A) is known color: Myrtle. HEX triplet: 1B, 26 and 1A. RGB value is (27,38,26). Sum of RGB (Red+Green+Blue) = 27+38+26=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #1B261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B261A is #E4D9E5. Grayscale: #212121. Windows color (decimal): -14997990 or 1713691. OLE color: 1713691.
HSL color Cylindrical-coordinate representation of color #1B261A: hue angle of 115º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1B261A is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 38 | 26 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.85 |
| HSL | 115º | 0.19% | 0.13% | - |
| HSV(B) | 115º | 0.32% | 0.15% | - |
| XYZ | 1.33 | 1.69 | 1.23 | - |
| YUV | 33.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 26 | 0.29 | 0 | 0.32 | 0.85 | 115 | 0.19 | 0.13 |
| Hex | 1B | 26 | 1A | 1D | 0 | 20 | 55 | 73 | 13 | D |
| Octal | 33 | 46 | 32 | 35 | 0 | 40 | 125 | 163 | 23 | 15 |
| Binary | 11011 | 100110 | 11010 | 11101 | 0 | 100000 | 1010101 | 1110011 | 10011 | 1101 |
Color Harmonies of #1B261A
Complementary color
Monochromatic Colors of #1B261A
Black with #1B261A
Text Example
Text Example
White with #1B261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B261A; }
p { color: rgb(27,38,26); }
H1.HeaderClassName
{
color: #1B261A;
}
.AnyTagClassName
{
color: #1B261A;
}
</style>
background-color css
<style>
a { background-color: #1B261A; }
a { background-color: rgb(27,38,26); }
div.DivClassName
{
background-color: #1B261A;
}
.BgClassName
{
background-color: #1B261A;
}
</style>
border-color css
<style>
span { border-color: #1B261A; }
span { border-color: rgb(27,38,26); }
td.TdClassName
{
border-color: #1B261A;
}
.TagClassName
{
border-color: #1B261A;
}
</style>