Shades of Maire #342F07
Tints of Maire #342F07
RGB
CMYK
RGB Variations
Color information
#342F07 (or 0x342F07) is known color: Maire. HEX triplet: 34, 2F and 07. RGB value is (52,47,7). Sum of RGB (Red+Green+Blue) = 52+47+7=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #342F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F07 is #CBD0F8. Grayscale: #2C2C2C. Windows color (decimal): -13357305 or 470836. OLE color: 470836.
HSL color Cylindrical-coordinate representation of color #342F07: hue angle of 53.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #342F07 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 7 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.80 |
| HSL | 53.33º | 0.76% | 0.12% | - |
| HSV(B) | 53.33º | 0.87% | 0.2% | - |
| XYZ | 2.47 | 2.78 | 0.61 | - |
| YUV | 43.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 7 | 0 | 0.10 | 0.87 | 0.80 | 53.33 | 0.76 | 0.12 |
| Hex | 34 | 2F | 7 | 0 | A | 57 | 50 | 35 | 4C | C |
| Octal | 64 | 57 | 7 | 0 | 12 | 127 | 120 | 65 | 114 | 14 |
| Binary | 110100 | 101111 | 111 | 0 | 1010 | 1010111 | 1010000 | 110101 | 1001100 | 1100 |
Color Harmonies of #342F07
Complementary color
Monochromatic Colors of #342F07
Black with #342F07
Text Example
Text Example
White with #342F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F07; }
p { color: rgb(52,47,7); }
H1.HeaderClassName
{
color: #342F07;
}
.AnyTagClassName
{
color: #342F07;
}
</style>
background-color css
<style>
a { background-color: #342F07; }
a { background-color: rgb(52,47,7); }
div.DivClassName
{
background-color: #342F07;
}
.BgClassName
{
background-color: #342F07;
}
</style>
border-color css
<style>
span { border-color: #342F07; }
span { border-color: rgb(52,47,7); }
td.TdClassName
{
border-color: #342F07;
}
.TagClassName
{
border-color: #342F07;
}
</style>