Shades of Myrtle #082003
Tints of Myrtle #082003
RGB
CMYK
RGB Variations
Color information
#082003 (or 0x082003) is known color: Myrtle. HEX triplet: 08, 20 and 03. RGB value is (8,32,3). Sum of RGB (Red+Green+Blue) = 8+32+3=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 32 (12.89% from 255 or 74.42% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 32 - color contains mainly: green. Hex color #082003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082003 is #F7DFFC. Grayscale: #151515. Windows color (decimal): -16244733 or 204808. OLE color: 204808.
HSL color Cylindrical-coordinate representation of color #082003: hue angle of 109.66º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082003 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 32 | 3 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.87 |
| HSL | 109.66º | 0.83% | 0.07% | - |
| HSV(B) | 109.66º | 0.91% | 0.13% | - |
| XYZ | 0.63 | 1.09 | 0.26 | - |
| YUV | 21.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 3 | 0.75 | 0 | 0.91 | 0.87 | 109.66 | 0.83 | 0.07 |
| Hex | 8 | 20 | 3 | 4B | 0 | 5B | 57 | 6E | 53 | 7 |
| Octal | 10 | 40 | 3 | 113 | 0 | 133 | 127 | 156 | 123 | 7 |
| Binary | 1000 | 100000 | 11 | 1001011 | 0 | 1011011 | 1010111 | 1101110 | 1010011 | 111 |
Color Harmonies of #082003
Complementary color
Monochromatic Colors of #082003
Black with #082003
Text Example
Text Example
White with #082003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082003; }
p { color: rgb(8,32,3); }
H1.HeaderClassName
{
color: #082003;
}
.AnyTagClassName
{
color: #082003;
}
</style>
background-color css
<style>
a { background-color: #082003; }
a { background-color: rgb(8,32,3); }
div.DivClassName
{
background-color: #082003;
}
.BgClassName
{
background-color: #082003;
}
</style>
border-color css
<style>
span { border-color: #082003; }
span { border-color: rgb(8,32,3); }
td.TdClassName
{
border-color: #082003;
}
.TagClassName
{
border-color: #082003;
}
</style>