Shades of Myrtle #032300
Tints of Myrtle #032300
RGB
CMYK
RGB Variations
Color information
#032300 (or 0x032300) is known color: Myrtle. HEX triplet: 03, 23 and 00. RGB value is (3,35,0). Sum of RGB (Red+Green+Blue) = 3+35+0=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 35 (14.06% from 255 or 92.11% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 35 - color contains mainly: green. Hex color #032300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032300 is #FCDCFF. Grayscale: #151515. Windows color (decimal): -16571648 or 8963. OLE color: 8963.
HSL color Cylindrical-coordinate representation of color #032300: hue angle of 114.86º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #032300 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 35 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.86 |
| HSL | 114.86º | 1% | 0.07% | - |
| HSV(B) | 114.86º | 1% | 0.14% | - |
| XYZ | 0.64 | 1.22 | 0.2 | - |
| YUV | 21.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 0 | 0.91 | 0 | 1 | 0.86 | 114.86 | 1 | 0.07 |
| Hex | 3 | 23 | 0 | 5B | 0 | 64 | 56 | 73 | 64 | 7 |
| Octal | 3 | 43 | 0 | 133 | 0 | 144 | 126 | 163 | 144 | 7 |
| Binary | 11 | 100011 | 0 | 1011011 | 0 | 1100100 | 1010110 | 1110011 | 1100100 | 111 |
Color Harmonies of #032300
Complementary color
Monochromatic Colors of #032300
Black with #032300
Text Example
Text Example
White with #032300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032300; }
p { color: rgb(3,35,0); }
H1.HeaderClassName
{
color: #032300;
}
.AnyTagClassName
{
color: #032300;
}
</style>
background-color css
<style>
a { background-color: #032300; }
a { background-color: rgb(3,35,0); }
div.DivClassName
{
background-color: #032300;
}
.BgClassName
{
background-color: #032300;
}
</style>
border-color css
<style>
span { border-color: #032300; }
span { border-color: rgb(3,35,0); }
td.TdClassName
{
border-color: #032300;
}
.TagClassName
{
border-color: #032300;
}
</style>