Shades of Myrtle #15330B
Tints of Myrtle #15330B
RGB
CMYK
RGB Variations
Color information
#15330B (or 0x15330B) is known color: Myrtle. HEX triplet: 15, 33 and 0B. RGB value is (21,51,11). Sum of RGB (Red+Green+Blue) = 21+51+11=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #15330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15330B is #EACCF4. Grayscale: #252525. Windows color (decimal): -15387893 or 733973. OLE color: 733973.
HSL color Cylindrical-coordinate representation of color #15330B: hue angle of 105º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15330B is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 51 | 11 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.8 |
| HSL | 105º | 0.65% | 0.12% | - |
| HSV(B) | 105º | 0.78% | 0.2% | - |
| XYZ | 1.55 | 2.55 | 0.73 | - |
| YUV | 37.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 11 | 0.59 | 0 | 0.78 | 0.8 | 105 | 0.65 | 0.12 |
| Hex | 15 | 33 | B | 3B | 0 | 4E | 50 | 69 | 41 | C |
| Octal | 25 | 63 | 13 | 73 | 0 | 116 | 120 | 151 | 101 | 14 |
| Binary | 10101 | 110011 | 1011 | 111011 | 0 | 1001110 | 1010000 | 1101001 | 1000001 | 1100 |
Color Harmonies of #15330B
Complementary color
Monochromatic Colors of #15330B
Black with #15330B
Text Example
Text Example
White with #15330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15330B; }
p { color: rgb(21,51,11); }
H1.HeaderClassName
{
color: #15330B;
}
.AnyTagClassName
{
color: #15330B;
}
</style>
background-color css
<style>
a { background-color: #15330B; }
a { background-color: rgb(21,51,11); }
div.DivClassName
{
background-color: #15330B;
}
.BgClassName
{
background-color: #15330B;
}
</style>
border-color css
<style>
span { border-color: #15330B; }
span { border-color: rgb(21,51,11); }
td.TdClassName
{
border-color: #15330B;
}
.TagClassName
{
border-color: #15330B;
}
</style>