Shades of Myrtle #12230B
Tints of Myrtle #12230B
RGB
CMYK
RGB Variations
Color information
#12230B (or 0x12230B) is known color: Myrtle. HEX triplet: 12, 23 and 0B. RGB value is (18,35,11). Sum of RGB (Red+Green+Blue) = 18+35+11=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #12230B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12230B is #EDDCF4. Grayscale: #1B1B1B. Windows color (decimal): -15588597 or 729874. OLE color: 729874.
HSL color Cylindrical-coordinate representation of color #12230B: hue angle of 102.5º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12230B is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 35 | 11 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.86 |
| HSL | 102.5º | 0.52% | 0.09% | - |
| HSV(B) | 102.5º | 0.69% | 0.14% | - |
| XYZ | 0.91 | 1.35 | 0.53 | - |
| YUV | 27.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 11 | 0.49 | 0 | 0.69 | 0.86 | 102.5 | 0.52 | 0.09 |
| Hex | 12 | 23 | B | 31 | 0 | 45 | 56 | 66 | 34 | 9 |
| Octal | 22 | 43 | 13 | 61 | 0 | 105 | 126 | 146 | 64 | 11 |
| Binary | 10010 | 100011 | 1011 | 110001 | 0 | 1000101 | 1010110 | 1100110 | 110100 | 1001 |
Color Harmonies of #12230B
Complementary color
Monochromatic Colors of #12230B
Black with #12230B
Text Example
Text Example
White with #12230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12230B; }
p { color: rgb(18,35,11); }
H1.HeaderClassName
{
color: #12230B;
}
.AnyTagClassName
{
color: #12230B;
}
</style>
background-color css
<style>
a { background-color: #12230B; }
a { background-color: rgb(18,35,11); }
div.DivClassName
{
background-color: #12230B;
}
.BgClassName
{
background-color: #12230B;
}
</style>
border-color css
<style>
span { border-color: #12230B; }
span { border-color: rgb(18,35,11); }
td.TdClassName
{
border-color: #12230B;
}
.TagClassName
{
border-color: #12230B;
}
</style>