Shades of Myrtle #1B321B
Tints of Myrtle #1B321B
RGB
CMYK
RGB Variations
Color information
#1B321B (or 0x1B321B) is known color: Myrtle. HEX triplet: 1B, 32 and 1B. RGB value is (27,50,27). Sum of RGB (Red+Green+Blue) = 27+50+27=104 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.96% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #1B321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B321B is #E4CDE4. Grayscale: #282828. Windows color (decimal): -14994917 or 1782299. OLE color: 1782299.
HSL color Cylindrical-coordinate representation of color #1B321B: hue angle of 120º 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 #1B321B is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 50 | 27 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.80 |
| HSL | 120º | 0.3% | 0.15% | - |
| HSV(B) | 120º | 0.46% | 0.2% | - |
| XYZ | 1.79 | 2.59 | 1.44 | - |
| YUV | 40.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 27 | 0.46 | 0 | 0.46 | 0.80 | 120 | 0.3 | 0.15 |
| Hex | 1B | 32 | 1B | 2E | 0 | 2E | 50 | 78 | 1E | F |
| Octal | 33 | 62 | 33 | 56 | 0 | 56 | 120 | 170 | 36 | 17 |
| Binary | 11011 | 110010 | 11011 | 101110 | 0 | 101110 | 1010000 | 1111000 | 11110 | 1111 |
Color Harmonies of #1B321B
Complementary color
Monochromatic Colors of #1B321B
Black with #1B321B
Text Example
Text Example
White with #1B321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B321B; }
p { color: rgb(27,50,27); }
H1.HeaderClassName
{
color: #1B321B;
}
.AnyTagClassName
{
color: #1B321B;
}
</style>
background-color css
<style>
a { background-color: #1B321B; }
a { background-color: rgb(27,50,27); }
div.DivClassName
{
background-color: #1B321B;
}
.BgClassName
{
background-color: #1B321B;
}
</style>
border-color css
<style>
span { border-color: #1B321B; }
span { border-color: rgb(27,50,27); }
td.TdClassName
{
border-color: #1B321B;
}
.TagClassName
{
border-color: #1B321B;
}
</style>