Shades of Myrtle #1B321C
Tints of Myrtle #1B321C
RGB
CMYK
RGB Variations
Color information
#1B321C (or 0x1B321C) is known color: Myrtle. HEX triplet: 1B, 32 and 1C. RGB value is (27,50,28). Sum of RGB (Red+Green+Blue) = 27+50+28=105 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.71% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #1B321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B321C is #E4CDE3. Grayscale: #282828. Windows color (decimal): -14994916 or 1847835. OLE color: 1847835.
HSL color Cylindrical-coordinate representation of color #1B321C: hue angle of 122.61º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B321C is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 50 | 28 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.80 |
| HSL | 122.61º | 0.3% | 0.15% | - |
| HSV(B) | 122.61º | 0.46% | 0.2% | - |
| XYZ | 1.8 | 2.6 | 1.51 | - |
| YUV | 40.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 28 | 0.46 | 0 | 0.44 | 0.80 | 122.61 | 0.3 | 0.15 |
| Hex | 1B | 32 | 1C | 2E | 0 | 2C | 50 | 7B | 1E | F |
| Octal | 33 | 62 | 34 | 56 | 0 | 54 | 120 | 173 | 36 | 17 |
| Binary | 11011 | 110010 | 11100 | 101110 | 0 | 101100 | 1010000 | 1111011 | 11110 | 1111 |
Color Harmonies of #1B321C
Complementary color
Monochromatic Colors of #1B321C
Black with #1B321C
Text Example
Text Example
White with #1B321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B321C; }
p { color: rgb(27,50,28); }
H1.HeaderClassName
{
color: #1B321C;
}
.AnyTagClassName
{
color: #1B321C;
}
</style>
background-color css
<style>
a { background-color: #1B321C; }
a { background-color: rgb(27,50,28); }
div.DivClassName
{
background-color: #1B321C;
}
.BgClassName
{
background-color: #1B321C;
}
</style>
border-color css
<style>
span { border-color: #1B321C; }
span { border-color: rgb(27,50,28); }
td.TdClassName
{
border-color: #1B321C;
}
.TagClassName
{
border-color: #1B321C;
}
</style>