Shades of Myrtle #1B4321
Tints of Myrtle #1B4321
RGB
CMYK
RGB Variations
Color information
#1B4321 (or 0x1B4321) is known color: Myrtle. HEX triplet: 1B, 43 and 21. RGB value is (27,67,33). Sum of RGB (Red+Green+Blue) = 27+67+33=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #1B4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4321 is #E4BCDE. Grayscale: #333333. Windows color (decimal): -14990559 or 2179867. OLE color: 2179867.
HSL color Cylindrical-coordinate representation of color #1B4321: hue angle of 129º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B4321 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 27 | 67 | 33 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.74 |
| HSL | 129º | 0.43% | 0.18% | - |
| HSV(B) | 129º | 0.6% | 0.26% | - |
| XYZ | 2.73 | 4.36 | 2.14 | - |
| YUV | 51.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 67 | 33 | 0.60 | 0 | 0.51 | 0.74 | 129 | 0.43 | 0.18 |
| Hex | 1B | 43 | 21 | 3C | 0 | 33 | 4A | 81 | 2B | 12 |
| Octal | 33 | 103 | 41 | 74 | 0 | 63 | 112 | 201 | 53 | 22 |
| Binary | 11011 | 1000011 | 100001 | 111100 | 0 | 110011 | 1001010 | 10000001 | 101011 | 10010 |
Color Harmonies of #1B4321
Complementary color
Monochromatic Colors of #1B4321
Black with #1B4321
Text Example
Text Example
White with #1B4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4321; }
p { color: rgb(27,67,33); }
H1.HeaderClassName
{
color: #1B4321;
}
.AnyTagClassName
{
color: #1B4321;
}
</style>
background-color css
<style>
a { background-color: #1B4321; }
a { background-color: rgb(27,67,33); }
div.DivClassName
{
background-color: #1B4321;
}
.BgClassName
{
background-color: #1B4321;
}
</style>
border-color css
<style>
span { border-color: #1B4321; }
span { border-color: rgb(27,67,33); }
td.TdClassName
{
border-color: #1B4321;
}
.TagClassName
{
border-color: #1B4321;
}
</style>