Shades of Myrtle #092002
Tints of Myrtle #092002
RGB
CMYK
RGB Variations
Color information
#092002 (or 0x092002) is known color: Myrtle. HEX triplet: 09, 20 and 02. RGB value is (9,32,2). Sum of RGB (Red+Green+Blue) = 9+32+2=43 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.93% from 43); Green value is 32 (12.89% from 255 or 74.42% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 32 - color contains mainly: green. Hex color #092002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092002 is #F6DFFD. Grayscale: #151515. Windows color (decimal): -16179198 or 139273. OLE color: 139273.
HSL color Cylindrical-coordinate representation of color #092002: hue angle of 106º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092002 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 32 | 2 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.87 |
| HSL | 106º | 0.88% | 0.07% | - |
| HSV(B) | 106º | 0.94% | 0.13% | - |
| XYZ | 0.64 | 1.1 | 0.24 | - |
| YUV | 21.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 2 | 0.72 | 0 | 0.94 | 0.87 | 106 | 0.88 | 0.07 |
| Hex | 9 | 20 | 2 | 48 | 0 | 5E | 57 | 6A | 58 | 7 |
| Octal | 11 | 40 | 2 | 110 | 0 | 136 | 127 | 152 | 130 | 7 |
| Binary | 1001 | 100000 | 10 | 1001000 | 0 | 1011110 | 1010111 | 1101010 | 1011000 | 111 |
Color Harmonies of #092002
Complementary color
Monochromatic Colors of #092002
Black with #092002
Text Example
Text Example
White with #092002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092002; }
p { color: rgb(9,32,2); }
H1.HeaderClassName
{
color: #092002;
}
.AnyTagClassName
{
color: #092002;
}
</style>
background-color css
<style>
a { background-color: #092002; }
a { background-color: rgb(9,32,2); }
div.DivClassName
{
background-color: #092002;
}
.BgClassName
{
background-color: #092002;
}
</style>
border-color css
<style>
span { border-color: #092002; }
span { border-color: rgb(9,32,2); }
td.TdClassName
{
border-color: #092002;
}
.TagClassName
{
border-color: #092002;
}
</style>