Shades of Myrtle #193D0F
Tints of Myrtle #193D0F
RGB
CMYK
RGB Variations
Color information
#193D0F (or 0x193D0F) is known color: Myrtle. HEX triplet: 19, 3D and 0F. RGB value is (25,61,15). Sum of RGB (Red+Green+Blue) = 25+61+15=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 61 (24.22% from 255 or 60.40% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 61 - color contains mainly: green. Hex color #193D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193D0F is #E6C2F0. Grayscale: #2D2D2D. Windows color (decimal): -15123185 or 998681. OLE color: 998681.
HSL color Cylindrical-coordinate representation of color #193D0F: hue angle of 106.96º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193D0F is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 15 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.76 |
| HSL | 106.96º | 0.61% | 0.15% | - |
| HSV(B) | 106.96º | 0.75% | 0.24% | - |
| XYZ | 2.16 | 3.58 | 1.03 | - |
| YUV | 44.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 15 | 0.59 | 0 | 0.75 | 0.76 | 106.96 | 0.61 | 0.15 |
| Hex | 19 | 3D | F | 3B | 0 | 4B | 4C | 6B | 3D | F |
| Octal | 31 | 75 | 17 | 73 | 0 | 113 | 114 | 153 | 75 | 17 |
| Binary | 11001 | 111101 | 1111 | 111011 | 0 | 1001011 | 1001100 | 1101011 | 111101 | 1111 |
Color Harmonies of #193D0F
Complementary color
Monochromatic Colors of #193D0F
Black with #193D0F
Text Example
Text Example
White with #193D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D0F; }
p { color: rgb(25,61,15); }
H1.HeaderClassName
{
color: #193D0F;
}
.AnyTagClassName
{
color: #193D0F;
}
</style>
background-color css
<style>
a { background-color: #193D0F; }
a { background-color: rgb(25,61,15); }
div.DivClassName
{
background-color: #193D0F;
}
.BgClassName
{
background-color: #193D0F;
}
</style>
border-color css
<style>
span { border-color: #193D0F; }
span { border-color: rgb(25,61,15); }
td.TdClassName
{
border-color: #193D0F;
}
.TagClassName
{
border-color: #193D0F;
}
</style>