Shades of Myrtle #1B370C
Tints of Myrtle #1B370C
RGB
CMYK
RGB Variations
Color information
#1B370C (or 0x1B370C) is known color: Myrtle. HEX triplet: 1B, 37 and 0C. RGB value is (27,55,12). Sum of RGB (Red+Green+Blue) = 27+55+12=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #1B370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B370C is #E4C8F3. Grayscale: #292929. Windows color (decimal): -14993652 or 800539. OLE color: 800539.
HSL color Cylindrical-coordinate representation of color #1B370C: hue angle of 99.07º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B370C is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 55 | 12 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.78 |
| HSL | 99.07º | 0.64% | 0.13% | - |
| HSV(B) | 99.07º | 0.78% | 0.22% | - |
| XYZ | 1.88 | 2.99 | 0.83 | - |
| YUV | 41.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 55 | 12 | 0.51 | 0 | 0.78 | 0.78 | 99.07 | 0.64 | 0.13 |
| Hex | 1B | 37 | C | 33 | 0 | 4E | 4E | 63 | 40 | D |
| Octal | 33 | 67 | 14 | 63 | 0 | 116 | 116 | 143 | 100 | 15 |
| Binary | 11011 | 110111 | 1100 | 110011 | 0 | 1001110 | 1001110 | 1100011 | 1000000 | 1101 |
Color Harmonies of #1B370C
Complementary color
Monochromatic Colors of #1B370C
Black with #1B370C
Text Example
Text Example
White with #1B370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B370C; }
p { color: rgb(27,55,12); }
H1.HeaderClassName
{
color: #1B370C;
}
.AnyTagClassName
{
color: #1B370C;
}
</style>
background-color css
<style>
a { background-color: #1B370C; }
a { background-color: rgb(27,55,12); }
div.DivClassName
{
background-color: #1B370C;
}
.BgClassName
{
background-color: #1B370C;
}
</style>
border-color css
<style>
span { border-color: #1B370C; }
span { border-color: rgb(27,55,12); }
td.TdClassName
{
border-color: #1B370C;
}
.TagClassName
{
border-color: #1B370C;
}
</style>