Shades of Myrtle #0D3201
Tints of Myrtle #0D3201
RGB
CMYK
RGB Variations
Color information
#0D3201 (or 0x0D3201) is known color: Myrtle. HEX triplet: 0D, 32 and 01. RGB value is (13,50,1). Sum of RGB (Red+Green+Blue) = 13+50+1=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 50 (19.92% from 255 or 78.12% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 50 - color contains mainly: green. Hex color #0D3201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3201 is #F2CDFE. Grayscale: #212121. Windows color (decimal): -15912447 or 78349. OLE color: 78349.
HSL color Cylindrical-coordinate representation of color #0D3201: hue angle of 105.31º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D3201 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 50 | 1 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.80 |
| HSL | 105.31º | 0.96% | 0.1% | - |
| HSV(B) | 105.31º | 0.98% | 0.2% | - |
| XYZ | 1.31 | 2.37 | 0.42 | - |
| YUV | 33.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 1 | 0.74 | 0 | 0.98 | 0.80 | 105.31 | 0.96 | 0.1 |
| Hex | D | 32 | 1 | 4A | 0 | 62 | 50 | 69 | 60 | A |
| Octal | 15 | 62 | 1 | 112 | 0 | 142 | 120 | 151 | 140 | 12 |
| Binary | 1101 | 110010 | 1 | 1001010 | 0 | 1100010 | 1010000 | 1101001 | 1100000 | 1010 |
Color Harmonies of #0D3201
Complementary color
Monochromatic Colors of #0D3201
Black with #0D3201
Text Example
Text Example
White with #0D3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3201; }
p { color: rgb(13,50,1); }
H1.HeaderClassName
{
color: #0D3201;
}
.AnyTagClassName
{
color: #0D3201;
}
</style>
background-color css
<style>
a { background-color: #0D3201; }
a { background-color: rgb(13,50,1); }
div.DivClassName
{
background-color: #0D3201;
}
.BgClassName
{
background-color: #0D3201;
}
</style>
border-color css
<style>
span { border-color: #0D3201; }
span { border-color: rgb(13,50,1); }
td.TdClassName
{
border-color: #0D3201;
}
.TagClassName
{
border-color: #0D3201;
}
</style>