Shades of Myrtle #19330B
Tints of Myrtle #19330B
RGB
CMYK
RGB Variations
Color information
#19330B (or 0x19330B) is known color: Myrtle. HEX triplet: 19, 33 and 0B. RGB value is (25,51,11). Sum of RGB (Red+Green+Blue) = 25+51+11=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #19330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19330B is #E6CCF4. Grayscale: #262626. Windows color (decimal): -15125749 or 733977. OLE color: 733977.
HSL color Cylindrical-coordinate representation of color #19330B: hue angle of 99º 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 #19330B is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 51 | 11 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.8 |
| HSL | 99º | 0.65% | 0.12% | - |
| HSV(B) | 99º | 0.78% | 0.2% | - |
| XYZ | 1.65 | 2.6 | 0.73 | - |
| YUV | 38.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 11 | 0.51 | 0 | 0.78 | 0.8 | 99 | 0.65 | 0.12 |
| Hex | 19 | 33 | B | 33 | 0 | 4E | 50 | 63 | 41 | C |
| Octal | 31 | 63 | 13 | 63 | 0 | 116 | 120 | 143 | 101 | 14 |
| Binary | 11001 | 110011 | 1011 | 110011 | 0 | 1001110 | 1010000 | 1100011 | 1000001 | 1100 |
Color Harmonies of #19330B
Complementary color
Monochromatic Colors of #19330B
Black with #19330B
Text Example
Text Example
White with #19330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19330B; }
p { color: rgb(25,51,11); }
H1.HeaderClassName
{
color: #19330B;
}
.AnyTagClassName
{
color: #19330B;
}
</style>
background-color css
<style>
a { background-color: #19330B; }
a { background-color: rgb(25,51,11); }
div.DivClassName
{
background-color: #19330B;
}
.BgClassName
{
background-color: #19330B;
}
</style>
border-color css
<style>
span { border-color: #19330B; }
span { border-color: rgb(25,51,11); }
td.TdClassName
{
border-color: #19330B;
}
.TagClassName
{
border-color: #19330B;
}
</style>