Shades of Maire #342B0C
Tints of Maire #342B0C
RGB
CMYK
RGB Variations
Color information
#342B0C (or 0x342B0C) is known color: Maire. HEX triplet: 34, 2B and 0C. RGB value is (52,43,12). Sum of RGB (Red+Green+Blue) = 52+43+12=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #342B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342B0C is #CBD4F3. Grayscale: #2A2A2A. Windows color (decimal): -13358324 or 797492. OLE color: 797492.
HSL color Cylindrical-coordinate representation of color #342B0C: hue angle of 46.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342B0C is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 43 | 12 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.80 |
| HSL | 46.5º | 0.63% | 0.13% | - |
| HSV(B) | 46.5º | 0.77% | 0.2% | - |
| XYZ | 2.35 | 2.48 | 0.7 | - |
| YUV | 42.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 12 | 0 | 0.17 | 0.77 | 0.80 | 46.5 | 0.63 | 0.13 |
| Hex | 34 | 2B | C | 0 | 11 | 4D | 50 | 2E | 3E | D |
| Octal | 64 | 53 | 14 | 0 | 21 | 115 | 120 | 56 | 76 | 15 |
| Binary | 110100 | 101011 | 1100 | 0 | 10001 | 1001101 | 1010000 | 101110 | 111110 | 1101 |
Color Harmonies of #342B0C
Complementary color
Monochromatic Colors of #342B0C
Black with #342B0C
Text Example
Text Example
White with #342B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342B0C; }
p { color: rgb(52,43,12); }
H1.HeaderClassName
{
color: #342B0C;
}
.AnyTagClassName
{
color: #342B0C;
}
</style>
background-color css
<style>
a { background-color: #342B0C; }
a { background-color: rgb(52,43,12); }
div.DivClassName
{
background-color: #342B0C;
}
.BgClassName
{
background-color: #342B0C;
}
</style>
border-color css
<style>
span { border-color: #342B0C; }
span { border-color: rgb(52,43,12); }
td.TdClassName
{
border-color: #342B0C;
}
.TagClassName
{
border-color: #342B0C;
}
</style>