Shades of Myrtle #1B291B
Tints of Myrtle #1B291B
RGB
CMYK
RGB Variations
Color information
#1B291B (or 0x1B291B) is known color: Myrtle. HEX triplet: 1B, 29 and 1B. RGB value is (27,41,27). Sum of RGB (Red+Green+Blue) = 27+41+27=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 41 - color contains mainly: green. Hex color #1B291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B291B is #E4D6E4. Grayscale: #232323. Windows color (decimal): -14997221 or 1779995. OLE color: 1779995.
HSL color Cylindrical-coordinate representation of color #1B291B: hue angle of 120º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1B291B is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 41 | 27 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.84 |
| HSL | 120º | 0.21% | 0.13% | - |
| HSV(B) | 120º | 0.34% | 0.16% | - |
| XYZ | 1.44 | 1.9 | 1.33 | - |
| YUV | 35.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 41 | 27 | 0.34 | 0 | 0.34 | 0.84 | 120 | 0.21 | 0.13 |
| Hex | 1B | 29 | 1B | 22 | 0 | 22 | 54 | 78 | 15 | D |
| Octal | 33 | 51 | 33 | 42 | 0 | 42 | 124 | 170 | 25 | 15 |
| Binary | 11011 | 101001 | 11011 | 100010 | 0 | 100010 | 1010100 | 1111000 | 10101 | 1101 |
Color Harmonies of #1B291B
Complementary color
Monochromatic Colors of #1B291B
Black with #1B291B
Text Example
Text Example
White with #1B291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B291B; }
p { color: rgb(27,41,27); }
H1.HeaderClassName
{
color: #1B291B;
}
.AnyTagClassName
{
color: #1B291B;
}
</style>
background-color css
<style>
a { background-color: #1B291B; }
a { background-color: rgb(27,41,27); }
div.DivClassName
{
background-color: #1B291B;
}
.BgClassName
{
background-color: #1B291B;
}
</style>
border-color css
<style>
span { border-color: #1B291B; }
span { border-color: rgb(27,41,27); }
td.TdClassName
{
border-color: #1B291B;
}
.TagClassName
{
border-color: #1B291B;
}
</style>