Shades of Myrtle #1B391C
Tints of Myrtle #1B391C
RGB
CMYK
RGB Variations
Color information
#1B391C (or 0x1B391C) is known color: Myrtle. HEX triplet: 1B, 39 and 1C. RGB value is (27,57,28). Sum of RGB (Red+Green+Blue) = 27+57+28=112 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.11% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #1B391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B391C is #E4C6E3. Grayscale: #2C2C2C. Windows color (decimal): -14993124 or 1849627. OLE color: 1849627.
HSL color Cylindrical-coordinate representation of color #1B391C: hue angle of 122º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B391C is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 57 | 28 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.78 |
| HSL | 122º | 0.36% | 0.16% | - |
| HSV(B) | 122º | 0.53% | 0.22% | - |
| XYZ | 2.12 | 3.24 | 1.61 | - |
| YUV | 44.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 57 | 28 | 0.53 | 0 | 0.51 | 0.78 | 122 | 0.36 | 0.16 |
| Hex | 1B | 39 | 1C | 35 | 0 | 33 | 4E | 7A | 24 | 10 |
| Octal | 33 | 71 | 34 | 65 | 0 | 63 | 116 | 172 | 44 | 20 |
| Binary | 11011 | 111001 | 11100 | 110101 | 0 | 110011 | 1001110 | 1111010 | 100100 | 10000 |
Color Harmonies of #1B391C
Complementary color
Monochromatic Colors of #1B391C
Black with #1B391C
Text Example
Text Example
White with #1B391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B391C; }
p { color: rgb(27,57,28); }
H1.HeaderClassName
{
color: #1B391C;
}
.AnyTagClassName
{
color: #1B391C;
}
</style>
background-color css
<style>
a { background-color: #1B391C; }
a { background-color: rgb(27,57,28); }
div.DivClassName
{
background-color: #1B391C;
}
.BgClassName
{
background-color: #1B391C;
}
</style>
border-color css
<style>
span { border-color: #1B391C; }
span { border-color: rgb(27,57,28); }
td.TdClassName
{
border-color: #1B391C;
}
.TagClassName
{
border-color: #1B391C;
}
</style>