Shades of Myrtle #1B3312
Tints of Myrtle #1B3312
RGB
CMYK
RGB Variations
Color information
#1B3312 (or 0x1B3312) is known color: Myrtle. HEX triplet: 1B, 33 and 12. RGB value is (27,51,18). Sum of RGB (Red+Green+Blue) = 27+51+18=96 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.12% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #1B3312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3312 is #E4CCED. Grayscale: #282828. Windows color (decimal): -14994670 or 1192731. OLE color: 1192731.
HSL color Cylindrical-coordinate representation of color #1B3312: hue angle of 103.64º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B3312 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 27 | 51 | 18 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.8 |
| HSL | 103.64º | 0.48% | 0.14% | - |
| HSV(B) | 103.64º | 0.65% | 0.2% | - |
| XYZ | 1.75 | 2.64 | 0.99 | - |
| YUV | 40.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 18 | 0.47 | 0 | 0.65 | 0.8 | 103.64 | 0.48 | 0.14 |
| Hex | 1B | 33 | 12 | 2F | 0 | 41 | 50 | 68 | 30 | E |
| Octal | 33 | 63 | 22 | 57 | 0 | 101 | 120 | 150 | 60 | 16 |
| Binary | 11011 | 110011 | 10010 | 101111 | 0 | 1000001 | 1010000 | 1101000 | 110000 | 1110 |
Color Harmonies of #1B3312
Complementary color
Monochromatic Colors of #1B3312
Black with #1B3312
Text Example
Text Example
White with #1B3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3312; }
p { color: rgb(27,51,18); }
H1.HeaderClassName
{
color: #1B3312;
}
.AnyTagClassName
{
color: #1B3312;
}
</style>
background-color css
<style>
a { background-color: #1B3312; }
a { background-color: rgb(27,51,18); }
div.DivClassName
{
background-color: #1B3312;
}
.BgClassName
{
background-color: #1B3312;
}
</style>
border-color css
<style>
span { border-color: #1B3312; }
span { border-color: rgb(27,51,18); }
td.TdClassName
{
border-color: #1B3312;
}
.TagClassName
{
border-color: #1B3312;
}
</style>