Shades of Myrtle #09320B
Tints of Myrtle #09320B
RGB
CMYK
RGB Variations
Color information
#09320B (or 0x09320B) is known color: Myrtle. HEX triplet: 09, 32 and 0B. RGB value is (9,50,11). Sum of RGB (Red+Green+Blue) = 9+50+11=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 50 (19.92% from 255 or 71.43% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 50 - color contains mainly: green. Hex color #09320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09320B is #F6CDF4. Grayscale: #212121. Windows color (decimal): -16174581 or 733705. OLE color: 733705.
HSL color Cylindrical-coordinate representation of color #09320B: hue angle of 122.93º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09320B is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 50 | 11 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.80 |
| HSL | 122.93º | 0.69% | 0.12% | - |
| HSV(B) | 122.93º | 0.82% | 0.2% | - |
| XYZ | 1.31 | 2.36 | 0.7 | - |
| YUV | 33.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 11 | 0.82 | 0 | 0.78 | 0.80 | 122.93 | 0.69 | 0.12 |
| Hex | 9 | 32 | B | 52 | 0 | 4E | 50 | 7B | 45 | C |
| Octal | 11 | 62 | 13 | 122 | 0 | 116 | 120 | 173 | 105 | 14 |
| Binary | 1001 | 110010 | 1011 | 1010010 | 0 | 1001110 | 1010000 | 1111011 | 1000101 | 1100 |
Color Harmonies of #09320B
Complementary color
Monochromatic Colors of #09320B
Black with #09320B
Text Example
Text Example
White with #09320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09320B; }
p { color: rgb(9,50,11); }
H1.HeaderClassName
{
color: #09320B;
}
.AnyTagClassName
{
color: #09320B;
}
</style>
background-color css
<style>
a { background-color: #09320B; }
a { background-color: rgb(9,50,11); }
div.DivClassName
{
background-color: #09320B;
}
.BgClassName
{
background-color: #09320B;
}
</style>
border-color css
<style>
span { border-color: #09320B; }
span { border-color: rgb(9,50,11); }
td.TdClassName
{
border-color: #09320B;
}
.TagClassName
{
border-color: #09320B;
}
</style>