Shades of Myrtle #1B371C
Tints of Myrtle #1B371C
RGB
CMYK
RGB Variations
Color information
#1B371C (or 0x1B371C) is known color: Myrtle. HEX triplet: 1B, 37 and 1C. RGB value is (27,55,28). Sum of RGB (Red+Green+Blue) = 27+55+28=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #1B371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B371C is #E4C8E3. Grayscale: #2B2B2B. Windows color (decimal): -14993636 or 1849115. OLE color: 1849115.
HSL color Cylindrical-coordinate representation of color #1B371C: hue angle of 122.14º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1B371C is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 55 | 28 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.78 |
| HSL | 122.14º | 0.34% | 0.16% | - |
| HSV(B) | 122.14º | 0.51% | 0.22% | - |
| XYZ | 2.03 | 3.05 | 1.58 | - |
| YUV | 43.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 55 | 28 | 0.51 | 0 | 0.49 | 0.78 | 122.14 | 0.34 | 0.16 |
| Hex | 1B | 37 | 1C | 33 | 0 | 31 | 4E | 7A | 22 | 10 |
| Octal | 33 | 67 | 34 | 63 | 0 | 61 | 116 | 172 | 42 | 20 |
| Binary | 11011 | 110111 | 11100 | 110011 | 0 | 110001 | 1001110 | 1111010 | 100010 | 10000 |
Color Harmonies of #1B371C
Complementary color
Monochromatic Colors of #1B371C
Black with #1B371C
Text Example
Text Example
White with #1B371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B371C; }
p { color: rgb(27,55,28); }
H1.HeaderClassName
{
color: #1B371C;
}
.AnyTagClassName
{
color: #1B371C;
}
</style>
background-color css
<style>
a { background-color: #1B371C; }
a { background-color: rgb(27,55,28); }
div.DivClassName
{
background-color: #1B371C;
}
.BgClassName
{
background-color: #1B371C;
}
</style>
border-color css
<style>
span { border-color: #1B371C; }
span { border-color: rgb(27,55,28); }
td.TdClassName
{
border-color: #1B371C;
}
.TagClassName
{
border-color: #1B371C;
}
</style>