Shades of Myrtle #1B3318
Tints of Myrtle #1B3318
RGB
CMYK
RGB Variations
Color information
#1B3318 (or 0x1B3318) is known color: Myrtle. HEX triplet: 1B, 33 and 18. RGB value is (27,51,24). Sum of RGB (Red+Green+Blue) = 27+51+24=102 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.47% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #1B3318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3318 is #E4CCE7. Grayscale: #282828. Windows color (decimal): -14994664 or 1585947. OLE color: 1585947.
HSL color Cylindrical-coordinate representation of color #1B3318: hue angle of 113.33º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B3318 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 27 | 51 | 24 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.8 |
| HSL | 113.33º | 0.36% | 0.15% | - |
| HSV(B) | 113.33º | 0.53% | 0.2% | - |
| XYZ | 1.8 | 2.67 | 1.28 | - |
| YUV | 40.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 24 | 0.47 | 0 | 0.53 | 0.8 | 113.33 | 0.36 | 0.15 |
| Hex | 1B | 33 | 18 | 2F | 0 | 35 | 50 | 71 | 24 | F |
| Octal | 33 | 63 | 30 | 57 | 0 | 65 | 120 | 161 | 44 | 17 |
| Binary | 11011 | 110011 | 11000 | 101111 | 0 | 110101 | 1010000 | 1110001 | 100100 | 1111 |
Color Harmonies of #1B3318
Complementary color
Monochromatic Colors of #1B3318
Black with #1B3318
Text Example
Text Example
White with #1B3318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3318; }
p { color: rgb(27,51,24); }
H1.HeaderClassName
{
color: #1B3318;
}
.AnyTagClassName
{
color: #1B3318;
}
</style>
background-color css
<style>
a { background-color: #1B3318; }
a { background-color: rgb(27,51,24); }
div.DivClassName
{
background-color: #1B3318;
}
.BgClassName
{
background-color: #1B3318;
}
</style>
border-color css
<style>
span { border-color: #1B3318; }
span { border-color: rgb(27,51,24); }
td.TdClassName
{
border-color: #1B3318;
}
.TagClassName
{
border-color: #1B3318;
}
</style>