Shades of Myrtle #232C21
Tints of Myrtle #232C21
RGB
CMYK
RGB Variations
Color information
#232C21 (or 0x232C21) is known color: Myrtle. HEX triplet: 23, 2C and 21. RGB value is (35,44,33). Sum of RGB (Red+Green+Blue) = 35+44+33=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 44 - color contains mainly: green. Hex color #232C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C21 is #DCD3DE. Grayscale: #282828. Windows color (decimal): -14472159 or 2173987. OLE color: 2173987.
HSL color Cylindrical-coordinate representation of color #232C21: hue angle of 109.09º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #232C21 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 44 | 33 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.83 |
| HSL | 109.09º | 0.14% | 0.15% | - |
| HSV(B) | 109.09º | 0.25% | 0.17% | - |
| XYZ | 1.87 | 2.27 | 1.78 | - |
| YUV | 40.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 33 | 0.20 | 0 | 0.25 | 0.83 | 109.09 | 0.14 | 0.15 |
| Hex | 23 | 2C | 21 | 14 | 0 | 19 | 53 | 6D | E | F |
| Octal | 43 | 54 | 41 | 24 | 0 | 31 | 123 | 155 | 16 | 17 |
| Binary | 100011 | 101100 | 100001 | 10100 | 0 | 11001 | 1010011 | 1101101 | 1110 | 1111 |
Color Harmonies of #232C21
Complementary color
Monochromatic Colors of #232C21
Black with #232C21
Text Example
Text Example
White with #232C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C21; }
p { color: rgb(35,44,33); }
H1.HeaderClassName
{
color: #232C21;
}
.AnyTagClassName
{
color: #232C21;
}
</style>
background-color css
<style>
a { background-color: #232C21; }
a { background-color: rgb(35,44,33); }
div.DivClassName
{
background-color: #232C21;
}
.BgClassName
{
background-color: #232C21;
}
</style>
border-color css
<style>
span { border-color: #232C21; }
span { border-color: rgb(35,44,33); }
td.TdClassName
{
border-color: #232C21;
}
.TagClassName
{
border-color: #232C21;
}
</style>