Shades of Myrtle #082000
Tints of Myrtle #082000
RGB
CMYK
RGB Variations
Color information
#082000 (or 0x082000) is known color: Myrtle. HEX triplet: 08, 20 and 00. RGB value is (8,32,0). Sum of RGB (Red+Green+Blue) = 8+32+0=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 32 (12.89% from 255 or 80% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 32 - color contains mainly: green. Hex color #082000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082000 is #F7DFFF. Grayscale: #151515. Windows color (decimal): -16244736 or 8200. OLE color: 8200.
HSL color Cylindrical-coordinate representation of color #082000: hue angle of 105º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #082000 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
RGB | 8 | 32 | 0 | - |
CMYK | 0.75 | 0 | 1 | 0.87 |
HSL | 105º | 1% | 0.06% | - |
HSV(B) | 105º | 1% | 0.13% | - |
XYZ | 0.62 | 1.08 | 0.18 | - |
YUV | 21.18 | 116.05 | 118.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 32 | 0 | 0.75 | 0 | 1 | 0.87 | 105 | 1 | 0.06 |
Hex | 8 | 20 | 0 | 4B | 0 | 64 | 57 | 69 | 64 | 6 |
Octal | 10 | 40 | 0 | 113 | 0 | 144 | 127 | 151 | 144 | 6 |
Binary | 1000 | 100000 | 0 | 1001011 | 0 | 1100100 | 1010111 | 1101001 | 1100100 | 110 |
Color Harmonies of #082000
Complementary color
Monochromatic Colors of #082000
Black with #082000
Text Example
Text Example
White with #082000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082000; }
p { color: rgb(8,32,0); }
H1.HeaderClassName
{
color: #082000;
}
.AnyTagClassName
{
color: #082000;
}
</style>
background-color css
<style>
a { background-color: #082000; }
a { background-color: rgb(8,32,0); }
div.DivClassName
{
background-color: #082000;
}
.BgClassName
{
background-color: #082000;
}
</style>
border-color css
<style>
span { border-color: #082000; }
span { border-color: rgb(8,32,0); }
td.TdClassName
{
border-color: #082000;
}
.TagClassName
{
border-color: #082000;
}
</style>