Shades of Maire #342F13
Tints of Maire #342F13
RGB
CMYK
RGB Variations
Color information
#342F13 (or 0x342F13) is known color: Maire. HEX triplet: 34, 2F and 13. RGB value is (52,47,19). Sum of RGB (Red+Green+Blue) = 52+47+19=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #342F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F13 is #CBD0EC. Grayscale: #2D2D2D. Windows color (decimal): -13357293 or 1257268. OLE color: 1257268.
HSL color Cylindrical-coordinate representation of color #342F13: hue angle of 50.91º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342F13 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 19 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.80 |
| HSL | 50.91º | 0.46% | 0.14% | - |
| HSV(B) | 50.91º | 0.63% | 0.2% | - |
| XYZ | 2.55 | 2.81 | 1.02 | - |
| YUV | 45.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 19 | 0 | 0.10 | 0.63 | 0.80 | 50.91 | 0.46 | 0.14 |
| Hex | 34 | 2F | 13 | 0 | A | 3F | 50 | 33 | 2E | E |
| Octal | 64 | 57 | 23 | 0 | 12 | 77 | 120 | 63 | 56 | 16 |
| Binary | 110100 | 101111 | 10011 | 0 | 1010 | 111111 | 1010000 | 110011 | 101110 | 1110 |
Color Harmonies of #342F13
Complementary color
Monochromatic Colors of #342F13
Black with #342F13
Text Example
Text Example
White with #342F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F13; }
p { color: rgb(52,47,19); }
H1.HeaderClassName
{
color: #342F13;
}
.AnyTagClassName
{
color: #342F13;
}
</style>
background-color css
<style>
a { background-color: #342F13; }
a { background-color: rgb(52,47,19); }
div.DivClassName
{
background-color: #342F13;
}
.BgClassName
{
background-color: #342F13;
}
</style>
border-color css
<style>
span { border-color: #342F13; }
span { border-color: rgb(52,47,19); }
td.TdClassName
{
border-color: #342F13;
}
.TagClassName
{
border-color: #342F13;
}
</style>