Shades of Myrtle #1B3310
Tints of Myrtle #1B3310
RGB
CMYK
RGB Variations
Color information
#1B3310 (or 0x1B3310) is known color: Myrtle. HEX triplet: 1B, 33 and 10. RGB value is (27,51,16). Sum of RGB (Red+Green+Blue) = 27+51+16=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #1B3310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3310 is #E4CCEF. Grayscale: #272727. Windows color (decimal): -14994672 or 1061659. OLE color: 1061659.
HSL color Cylindrical-coordinate representation of color #1B3310: hue angle of 101.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B3310 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 27 | 51 | 16 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.8 |
| HSL | 101.14º | 0.52% | 0.13% | - |
| HSV(B) | 101.14º | 0.69% | 0.2% | - |
| XYZ | 1.73 | 2.64 | 0.91 | - |
| YUV | 39.83 | 114.55 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 16 | 0.47 | 0 | 0.69 | 0.8 | 101.14 | 0.52 | 0.13 |
| Hex | 1B | 33 | 10 | 2F | 0 | 45 | 50 | 65 | 34 | D |
| Octal | 33 | 63 | 20 | 57 | 0 | 105 | 120 | 145 | 64 | 15 |
| Binary | 11011 | 110011 | 10000 | 101111 | 0 | 1000101 | 1010000 | 1100101 | 110100 | 1101 |
Color Harmonies of #1B3310
Complementary color
Monochromatic Colors of #1B3310
Black with #1B3310
Text Example
Text Example
White with #1B3310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3310; }
p { color: rgb(27,51,16); }
H1.HeaderClassName
{
color: #1B3310;
}
.AnyTagClassName
{
color: #1B3310;
}
</style>
background-color css
<style>
a { background-color: #1B3310; }
a { background-color: rgb(27,51,16); }
div.DivClassName
{
background-color: #1B3310;
}
.BgClassName
{
background-color: #1B3310;
}
</style>
border-color css
<style>
span { border-color: #1B3310; }
span { border-color: rgb(27,51,16); }
td.TdClassName
{
border-color: #1B3310;
}
.TagClassName
{
border-color: #1B3310;
}
</style>