Shades of Maire #342F18
Tints of Maire #342F18
RGB
CMYK
RGB Variations
Color information
#342F18 (or 0x342F18) is known color: Maire. HEX triplet: 34, 2F and 18. RGB value is (52,47,24). Sum of RGB (Red+Green+Blue) = 52+47+24=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #342F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F18 is #CBD0E7. Grayscale: #2D2D2D. Windows color (decimal): -13357288 or 1584948. OLE color: 1584948.
HSL color Cylindrical-coordinate representation of color #342F18: hue angle of 49.29º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342F18 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 24 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.80 |
| HSL | 49.29º | 0.37% | 0.15% | - |
| HSV(B) | 49.29º | 0.54% | 0.2% | - |
| XYZ | 2.6 | 2.83 | 1.27 | - |
| YUV | 45.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 24 | 0 | 0.10 | 0.54 | 0.80 | 49.29 | 0.37 | 0.15 |
| Hex | 34 | 2F | 18 | 0 | A | 36 | 50 | 31 | 25 | F |
| Octal | 64 | 57 | 30 | 0 | 12 | 66 | 120 | 61 | 45 | 17 |
| Binary | 110100 | 101111 | 11000 | 0 | 1010 | 110110 | 1010000 | 110001 | 100101 | 1111 |
Color Harmonies of #342F18
Complementary color
Monochromatic Colors of #342F18
Black with #342F18
Text Example
Text Example
White with #342F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F18; }
p { color: rgb(52,47,24); }
H1.HeaderClassName
{
color: #342F18;
}
.AnyTagClassName
{
color: #342F18;
}
</style>
background-color css
<style>
a { background-color: #342F18; }
a { background-color: rgb(52,47,24); }
div.DivClassName
{
background-color: #342F18;
}
.BgClassName
{
background-color: #342F18;
}
</style>
border-color css
<style>
span { border-color: #342F18; }
span { border-color: rgb(52,47,24); }
td.TdClassName
{
border-color: #342F18;
}
.TagClassName
{
border-color: #342F18;
}
</style>