Shades of Myrtle #13230D
Tints of Myrtle #13230D
RGB
CMYK
RGB Variations
Color information
#13230D (or 0x13230D) is known color: Myrtle. HEX triplet: 13, 23 and 0D. RGB value is (19,35,13). Sum of RGB (Red+Green+Blue) = 19+35+13=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #13230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13230D is #ECDCF2. Grayscale: #1B1B1B. Windows color (decimal): -15523059 or 860947. OLE color: 860947.
HSL color Cylindrical-coordinate representation of color #13230D: hue angle of 103.64º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13230D is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
RGB | 19 | 35 | 13 | - |
CMYK | 0.46 | 0 | 0.63 | 0.86 |
HSL | 103.64º | 0.46% | 0.09% | - |
HSV(B) | 103.64º | 0.63% | 0.14% | - |
XYZ | 0.94 | 1.37 | 0.6 | - |
YUV | 27.71 | 119.7 | 121.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 35 | 13 | 0.46 | 0 | 0.63 | 0.86 | 103.64 | 0.46 | 0.09 |
Hex | 13 | 23 | D | 2E | 0 | 3F | 56 | 68 | 2E | 9 |
Octal | 23 | 43 | 15 | 56 | 0 | 77 | 126 | 150 | 56 | 11 |
Binary | 10011 | 100011 | 1101 | 101110 | 0 | 111111 | 1010110 | 1101000 | 101110 | 1001 |
Color Harmonies of #13230D
Complementary color
Monochromatic Colors of #13230D
Black with #13230D
Text Example
Text Example
White with #13230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13230D; }
p { color: rgb(19,35,13); }
H1.HeaderClassName
{
color: #13230D;
}
.AnyTagClassName
{
color: #13230D;
}
</style>
background-color css
<style>
a { background-color: #13230D; }
a { background-color: rgb(19,35,13); }
div.DivClassName
{
background-color: #13230D;
}
.BgClassName
{
background-color: #13230D;
}
</style>
border-color css
<style>
span { border-color: #13230D; }
span { border-color: rgb(19,35,13); }
td.TdClassName
{
border-color: #13230D;
}
.TagClassName
{
border-color: #13230D;
}
</style>