Shades of Maire #342B0D
Tints of Maire #342B0D
RGB
CMYK
RGB Variations
Color information
#342B0D (or 0x342B0D) is known color: Maire. HEX triplet: 34, 2B and 0D. RGB value is (52,43,13). Sum of RGB (Red+Green+Blue) = 52+43+13=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #342B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342B0D is #CBD4F2. Grayscale: #2A2A2A. Windows color (decimal): -13358323 or 863028. OLE color: 863028.
HSL color Cylindrical-coordinate representation of color #342B0D: hue angle of 46.15º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #342B0D is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 43 | 13 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.80 |
| HSL | 46.15º | 0.6% | 0.13% | - |
| HSV(B) | 46.15º | 0.75% | 0.2% | - |
| XYZ | 2.35 | 2.49 | 0.74 | - |
| YUV | 42.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 13 | 0 | 0.17 | 0.75 | 0.80 | 46.15 | 0.6 | 0.13 |
| Hex | 34 | 2B | D | 0 | 11 | 4B | 50 | 2E | 3C | D |
| Octal | 64 | 53 | 15 | 0 | 21 | 113 | 120 | 56 | 74 | 15 |
| Binary | 110100 | 101011 | 1101 | 0 | 10001 | 1001011 | 1010000 | 101110 | 111100 | 1101 |
Color Harmonies of #342B0D
Complementary color
Monochromatic Colors of #342B0D
Black with #342B0D
Text Example
Text Example
White with #342B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342B0D; }
p { color: rgb(52,43,13); }
H1.HeaderClassName
{
color: #342B0D;
}
.AnyTagClassName
{
color: #342B0D;
}
</style>
background-color css
<style>
a { background-color: #342B0D; }
a { background-color: rgb(52,43,13); }
div.DivClassName
{
background-color: #342B0D;
}
.BgClassName
{
background-color: #342B0D;
}
</style>
border-color css
<style>
span { border-color: #342B0D; }
span { border-color: rgb(52,43,13); }
td.TdClassName
{
border-color: #342B0D;
}
.TagClassName
{
border-color: #342B0D;
}
</style>