Shades of Myrtle #193318
Tints of Myrtle #193318
RGB
CMYK
RGB Variations
Color information
#193318 (or 0x193318) is known color: Myrtle. HEX triplet: 19, 33 and 18. RGB value is (25,51,24). Sum of RGB (Red+Green+Blue) = 25+51+24=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #193318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193318 is #E6CCE7. Grayscale: #282828. Windows color (decimal): -15125736 or 1585945. OLE color: 1585945.
HSL color Cylindrical-coordinate representation of color #193318: hue angle of 117.78º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #193318 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 51 | 24 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.8 |
| HSL | 117.78º | 0.36% | 0.15% | - |
| HSV(B) | 117.78º | 0.53% | 0.2% | - |
| XYZ | 1.75 | 2.64 | 1.28 | - |
| YUV | 40.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 24 | 0.51 | 0 | 0.53 | 0.8 | 117.78 | 0.36 | 0.15 |
| Hex | 19 | 33 | 18 | 33 | 0 | 35 | 50 | 76 | 24 | F |
| Octal | 31 | 63 | 30 | 63 | 0 | 65 | 120 | 166 | 44 | 17 |
| Binary | 11001 | 110011 | 11000 | 110011 | 0 | 110101 | 1010000 | 1110110 | 100100 | 1111 |
Color Harmonies of #193318
Complementary color
Monochromatic Colors of #193318
Black with #193318
Text Example
Text Example
White with #193318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193318; }
p { color: rgb(25,51,24); }
H1.HeaderClassName
{
color: #193318;
}
.AnyTagClassName
{
color: #193318;
}
</style>
background-color css
<style>
a { background-color: #193318; }
a { background-color: rgb(25,51,24); }
div.DivClassName
{
background-color: #193318;
}
.BgClassName
{
background-color: #193318;
}
</style>
border-color css
<style>
span { border-color: #193318; }
span { border-color: rgb(25,51,24); }
td.TdClassName
{
border-color: #193318;
}
.TagClassName
{
border-color: #193318;
}
</style>