Shades of Myrtle #11270D
Tints of Myrtle #11270D
RGB
CMYK
RGB Variations
Color information
#11270D (or 0x11270D) is known color: Myrtle. HEX triplet: 11, 27 and 0D. RGB value is (17,39,13). Sum of RGB (Red+Green+Blue) = 17+39+13=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #11270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11270D is #EED8F2. Grayscale: #1D1D1D. Windows color (decimal): -15653107 or 861969. OLE color: 861969.
HSL color Cylindrical-coordinate representation of color #11270D: hue angle of 110.77º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11270D is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 39 | 13 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.85 |
| HSL | 110.77º | 0.5% | 0.1% | - |
| HSV(B) | 110.77º | 0.67% | 0.15% | - |
| XYZ | 1.03 | 1.6 | 0.64 | - |
| YUV | 29.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 13 | 0.56 | 0 | 0.67 | 0.85 | 110.77 | 0.5 | 0.1 |
| Hex | 11 | 27 | D | 38 | 0 | 43 | 55 | 6F | 32 | A |
| Octal | 21 | 47 | 15 | 70 | 0 | 103 | 125 | 157 | 62 | 12 |
| Binary | 10001 | 100111 | 1101 | 111000 | 0 | 1000011 | 1010101 | 1101111 | 110010 | 1010 |
Color Harmonies of #11270D
Complementary color
Monochromatic Colors of #11270D
Black with #11270D
Text Example
Text Example
White with #11270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11270D; }
p { color: rgb(17,39,13); }
H1.HeaderClassName
{
color: #11270D;
}
.AnyTagClassName
{
color: #11270D;
}
</style>
background-color css
<style>
a { background-color: #11270D; }
a { background-color: rgb(17,39,13); }
div.DivClassName
{
background-color: #11270D;
}
.BgClassName
{
background-color: #11270D;
}
</style>
border-color css
<style>
span { border-color: #11270D; }
span { border-color: rgb(17,39,13); }
td.TdClassName
{
border-color: #11270D;
}
.TagClassName
{
border-color: #11270D;
}
</style>