Shades of Myrtle #233221
Tints of Myrtle #233221
RGB
CMYK
RGB Variations
Color information
#233221 (or 0x233221) is known color: Myrtle. HEX triplet: 23, 32 and 21. RGB value is (35,50,33). Sum of RGB (Red+Green+Blue) = 35+50+33=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #233221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233221 is #DCCDDE. Grayscale: #2B2B2B. Windows color (decimal): -14470623 or 2175523. OLE color: 2175523.
HSL color Cylindrical-coordinate representation of color #233221: hue angle of 112.94º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #233221 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 50 | 33 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.80 |
| HSL | 112.94º | 0.2% | 0.16% | - |
| HSV(B) | 112.94º | 0.34% | 0.2% | - |
| XYZ | 2.11 | 2.75 | 1.86 | - |
| YUV | 43.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 33 | 0.30 | 0 | 0.34 | 0.80 | 112.94 | 0.2 | 0.16 |
| Hex | 23 | 32 | 21 | 1E | 0 | 22 | 50 | 71 | 14 | 10 |
| Octal | 43 | 62 | 41 | 36 | 0 | 42 | 120 | 161 | 24 | 20 |
| Binary | 100011 | 110010 | 100001 | 11110 | 0 | 100010 | 1010000 | 1110001 | 10100 | 10000 |
Color Harmonies of #233221
Complementary color
Monochromatic Colors of #233221
Black with #233221
Text Example
Text Example
White with #233221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233221; }
p { color: rgb(35,50,33); }
H1.HeaderClassName
{
color: #233221;
}
.AnyTagClassName
{
color: #233221;
}
</style>
background-color css
<style>
a { background-color: #233221; }
a { background-color: rgb(35,50,33); }
div.DivClassName
{
background-color: #233221;
}
.BgClassName
{
background-color: #233221;
}
</style>
border-color css
<style>
span { border-color: #233221; }
span { border-color: rgb(35,50,33); }
td.TdClassName
{
border-color: #233221;
}
.TagClassName
{
border-color: #233221;
}
</style>