Shades of Myrtle #072103
Tints of Myrtle #072103
RGB
CMYK
RGB Variations
Color information
#072103 (or 0x072103) is known color: Myrtle. HEX triplet: 07, 21 and 03. RGB value is (7,33,3). Sum of RGB (Red+Green+Blue) = 7+33+3=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 33 (13.28% from 255 or 76.74% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 33 - color contains mainly: green. Hex color #072103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072103 is #F8DEFC. Grayscale: #151515. Windows color (decimal): -16310013 or 205063. OLE color: 205063.
HSL color Cylindrical-coordinate representation of color #072103: hue angle of 112º 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 #072103 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 33 | 3 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.87 |
| HSL | 112º | 0.83% | 0.07% | - |
| HSV(B) | 112º | 0.91% | 0.13% | - |
| XYZ | 0.65 | 1.14 | 0.27 | - |
| YUV | 21.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 3 | 0.79 | 0 | 0.91 | 0.87 | 112 | 0.83 | 0.07 |
| Hex | 7 | 21 | 3 | 4F | 0 | 5B | 57 | 70 | 53 | 7 |
| Octal | 7 | 41 | 3 | 117 | 0 | 133 | 127 | 160 | 123 | 7 |
| Binary | 111 | 100001 | 11 | 1001111 | 0 | 1011011 | 1010111 | 1110000 | 1010011 | 111 |
Color Harmonies of #072103
Complementary color
Monochromatic Colors of #072103
Black with #072103
Text Example
Text Example
White with #072103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072103; }
p { color: rgb(7,33,3); }
H1.HeaderClassName
{
color: #072103;
}
.AnyTagClassName
{
color: #072103;
}
</style>
background-color css
<style>
a { background-color: #072103; }
a { background-color: rgb(7,33,3); }
div.DivClassName
{
background-color: #072103;
}
.BgClassName
{
background-color: #072103;
}
</style>
border-color css
<style>
span { border-color: #072103; }
span { border-color: rgb(7,33,3); }
td.TdClassName
{
border-color: #072103;
}
.TagClassName
{
border-color: #072103;
}
</style>