Shades of Maire #342F19
Tints of Maire #342F19
RGB
CMYK
RGB Variations
Color information
#342F19 (or 0x342F19) is known color: Maire. HEX triplet: 34, 2F and 19. RGB value is (52,47,25). Sum of RGB (Red+Green+Blue) = 52+47+25=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F19 is #CBD0E6. Grayscale: #2E2E2E. Windows color (decimal): -13357287 or 1650484. OLE color: 1650484.
HSL color Cylindrical-coordinate representation of color #342F19: hue angle of 48.89º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342F19 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 25 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.80 |
| HSL | 48.89º | 0.35% | 0.15% | - |
| HSV(B) | 48.89º | 0.52% | 0.2% | - |
| XYZ | 2.61 | 2.83 | 1.33 | - |
| YUV | 45.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 25 | 0 | 0.10 | 0.52 | 0.80 | 48.89 | 0.35 | 0.15 |
| Hex | 34 | 2F | 19 | 0 | A | 34 | 50 | 31 | 23 | F |
| Octal | 64 | 57 | 31 | 0 | 12 | 64 | 120 | 61 | 43 | 17 |
| Binary | 110100 | 101111 | 11001 | 0 | 1010 | 110100 | 1010000 | 110001 | 100011 | 1111 |
Color Harmonies of #342F19
Complementary color
Monochromatic Colors of #342F19
Black with #342F19
Text Example
Text Example
White with #342F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F19; }
p { color: rgb(52,47,25); }
H1.HeaderClassName
{
color: #342F19;
}
.AnyTagClassName
{
color: #342F19;
}
</style>
background-color css
<style>
a { background-color: #342F19; }
a { background-color: rgb(52,47,25); }
div.DivClassName
{
background-color: #342F19;
}
.BgClassName
{
background-color: #342F19;
}
</style>
border-color css
<style>
span { border-color: #342F19; }
span { border-color: rgb(52,47,25); }
td.TdClassName
{
border-color: #342F19;
}
.TagClassName
{
border-color: #342F19;
}
</style>