Shades of Myrtle #23381F
Tints of Myrtle #23381F
RGB
CMYK
RGB Variations
Color information
#23381F (or 0x23381F) is known color: Myrtle. HEX triplet: 23, 38 and 1F. RGB value is (35,56,31). Sum of RGB (Red+Green+Blue) = 35+56+31=122 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.69% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #23381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23381F is #DCC7E0. Grayscale: #2E2E2E. Windows color (decimal): -14469089 or 2045987. OLE color: 2045987.
HSL color Cylindrical-coordinate representation of color #23381F: hue angle of 110.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #23381F is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 56 | 31 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.78 |
| HSL | 110.4º | 0.29% | 0.17% | - |
| HSV(B) | 110.4º | 0.45% | 0.22% | - |
| XYZ | 2.35 | 3.28 | 1.81 | - |
| YUV | 46.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 31 | 0.37 | 0 | 0.45 | 0.78 | 110.4 | 0.29 | 0.17 |
| Hex | 23 | 38 | 1F | 25 | 0 | 2D | 4E | 6E | 1D | 11 |
| Octal | 43 | 70 | 37 | 45 | 0 | 55 | 116 | 156 | 35 | 21 |
| Binary | 100011 | 111000 | 11111 | 100101 | 0 | 101101 | 1001110 | 1101110 | 11101 | 10001 |
Color Harmonies of #23381F
Complementary color
Monochromatic Colors of #23381F
Black with #23381F
Text Example
Text Example
White with #23381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23381F; }
p { color: rgb(35,56,31); }
H1.HeaderClassName
{
color: #23381F;
}
.AnyTagClassName
{
color: #23381F;
}
</style>
background-color css
<style>
a { background-color: #23381F; }
a { background-color: rgb(35,56,31); }
div.DivClassName
{
background-color: #23381F;
}
.BgClassName
{
background-color: #23381F;
}
</style>
border-color css
<style>
span { border-color: #23381F; }
span { border-color: rgb(35,56,31); }
td.TdClassName
{
border-color: #23381F;
}
.TagClassName
{
border-color: #23381F;
}
</style>