Shades of Myrtle #12310A
Tints of Myrtle #12310A
RGB
CMYK
RGB Variations
Color information
#12310A (or 0x12310A) is known color: Myrtle. HEX triplet: 12, 31 and 0A. RGB value is (18,49,10). Sum of RGB (Red+Green+Blue) = 18+49+10=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #12310A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12310A is #EDCEF5. Grayscale: #232323. Windows color (decimal): -15585014 or 667922. OLE color: 667922.
HSL color Cylindrical-coordinate representation of color #12310A: hue angle of 107.69º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12310A is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 49 | 10 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.81 |
| HSL | 107.69º | 0.66% | 0.12% | - |
| HSV(B) | 107.69º | 0.8% | 0.19% | - |
| XYZ | 1.4 | 2.35 | 0.67 | - |
| YUV | 35.29 | 113.73 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 10 | 0.63 | 0 | 0.80 | 0.81 | 107.69 | 0.66 | 0.12 |
| Hex | 12 | 31 | A | 3F | 0 | 50 | 51 | 6C | 42 | C |
| Octal | 22 | 61 | 12 | 77 | 0 | 120 | 121 | 154 | 102 | 14 |
| Binary | 10010 | 110001 | 1010 | 111111 | 0 | 1010000 | 1010001 | 1101100 | 1000010 | 1100 |
Color Harmonies of #12310A
Complementary color
Monochromatic Colors of #12310A
Black with #12310A
Text Example
Text Example
White with #12310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12310A; }
p { color: rgb(18,49,10); }
H1.HeaderClassName
{
color: #12310A;
}
.AnyTagClassName
{
color: #12310A;
}
</style>
background-color css
<style>
a { background-color: #12310A; }
a { background-color: rgb(18,49,10); }
div.DivClassName
{
background-color: #12310A;
}
.BgClassName
{
background-color: #12310A;
}
</style>
border-color css
<style>
span { border-color: #12310A; }
span { border-color: rgb(18,49,10); }
td.TdClassName
{
border-color: #12310A;
}
.TagClassName
{
border-color: #12310A;
}
</style>