Shades of Myrtle #19381B
Tints of Myrtle #19381B
RGB
CMYK
RGB Variations
Color information
#19381B (or 0x19381B) is known color: Myrtle. HEX triplet: 19, 38 and 1B. RGB value is (25,56,27). Sum of RGB (Red+Green+Blue) = 25+56+27=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #19381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19381B is #E6C7E4. Grayscale: #2B2B2B. Windows color (decimal): -15124453 or 1783833. OLE color: 1783833.
HSL color Cylindrical-coordinate representation of color #19381B: hue angle of 123.87º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #19381B is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 56 | 27 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.78 |
| HSL | 123.87º | 0.38% | 0.16% | - |
| HSV(B) | 123.87º | 0.55% | 0.22% | - |
| XYZ | 2.01 | 3.11 | 1.53 | - |
| YUV | 43.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 27 | 0.55 | 0 | 0.52 | 0.78 | 123.87 | 0.38 | 0.16 |
| Hex | 19 | 38 | 1B | 37 | 0 | 34 | 4E | 7C | 26 | 10 |
| Octal | 31 | 70 | 33 | 67 | 0 | 64 | 116 | 174 | 46 | 20 |
| Binary | 11001 | 111000 | 11011 | 110111 | 0 | 110100 | 1001110 | 1111100 | 100110 | 10000 |
Color Harmonies of #19381B
Complementary color
Monochromatic Colors of #19381B
Black with #19381B
Text Example
Text Example
White with #19381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19381B; }
p { color: rgb(25,56,27); }
H1.HeaderClassName
{
color: #19381B;
}
.AnyTagClassName
{
color: #19381B;
}
</style>
background-color css
<style>
a { background-color: #19381B; }
a { background-color: rgb(25,56,27); }
div.DivClassName
{
background-color: #19381B;
}
.BgClassName
{
background-color: #19381B;
}
</style>
border-color css
<style>
span { border-color: #19381B; }
span { border-color: rgb(25,56,27); }
td.TdClassName
{
border-color: #19381B;
}
.TagClassName
{
border-color: #19381B;
}
</style>