Shades of Myrtle #12280B
Tints of Myrtle #12280B
RGB
CMYK
RGB Variations
Color information
#12280B (or 0x12280B) is known color: Myrtle. HEX triplet: 12, 28 and 0B. RGB value is (18,40,11). Sum of RGB (Red+Green+Blue) = 18+40+11=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 40 (16.02% from 255 or 57.97% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 40 - color contains mainly: green. Hex color #12280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12280B is #EDD7F4. Grayscale: #1E1E1E. Windows color (decimal): -15587317 or 731154. OLE color: 731154.
HSL color Cylindrical-coordinate representation of color #12280B: hue angle of 105.52º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12280B is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 40 | 11 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.84 |
| HSL | 105.52º | 0.57% | 0.1% | - |
| HSV(B) | 105.52º | 0.73% | 0.16% | - |
| XYZ | 1.07 | 1.67 | 0.58 | - |
| YUV | 30.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 11 | 0.55 | 0 | 0.72 | 0.84 | 105.52 | 0.57 | 0.1 |
| Hex | 12 | 28 | B | 37 | 0 | 48 | 54 | 6A | 39 | A |
| Octal | 22 | 50 | 13 | 67 | 0 | 110 | 124 | 152 | 71 | 12 |
| Binary | 10010 | 101000 | 1011 | 110111 | 0 | 1001000 | 1010100 | 1101010 | 111001 | 1010 |
Color Harmonies of #12280B
Complementary color
Monochromatic Colors of #12280B
Black with #12280B
Text Example
Text Example
White with #12280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12280B; }
p { color: rgb(18,40,11); }
H1.HeaderClassName
{
color: #12280B;
}
.AnyTagClassName
{
color: #12280B;
}
</style>
background-color css
<style>
a { background-color: #12280B; }
a { background-color: rgb(18,40,11); }
div.DivClassName
{
background-color: #12280B;
}
.BgClassName
{
background-color: #12280B;
}
</style>
border-color css
<style>
span { border-color: #12280B; }
span { border-color: rgb(18,40,11); }
td.TdClassName
{
border-color: #12280B;
}
.TagClassName
{
border-color: #12280B;
}
</style>