Shades of Maire #342A0B
Tints of Maire #342A0B
RGB
CMYK
RGB Variations
Color information
#342A0B (or 0x342A0B) is known color: Maire. HEX triplet: 34, 2A and 0B. RGB value is (52,42,11). Sum of RGB (Red+Green+Blue) = 52+42+11=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #342A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342A0B is #CBD5F4. Grayscale: #292929. Windows color (decimal): -13358581 or 731700. OLE color: 731700.
HSL color Cylindrical-coordinate representation of color #342A0B: hue angle of 45.37º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342A0B is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 42 | 11 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.80 |
| HSL | 45.37º | 0.65% | 0.12% | - |
| HSV(B) | 45.37º | 0.79% | 0.2% | - |
| XYZ | 2.3 | 2.41 | 0.66 | - |
| YUV | 41.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 11 | 0 | 0.19 | 0.79 | 0.80 | 45.37 | 0.65 | 0.12 |
| Hex | 34 | 2A | B | 0 | 13 | 4F | 50 | 2D | 41 | C |
| Octal | 64 | 52 | 13 | 0 | 23 | 117 | 120 | 55 | 101 | 14 |
| Binary | 110100 | 101010 | 1011 | 0 | 10011 | 1001111 | 1010000 | 101101 | 1000001 | 1100 |
Color Harmonies of #342A0B
Complementary color
Monochromatic Colors of #342A0B
Black with #342A0B
Text Example
Text Example
White with #342A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342A0B; }
p { color: rgb(52,42,11); }
H1.HeaderClassName
{
color: #342A0B;
}
.AnyTagClassName
{
color: #342A0B;
}
</style>
background-color css
<style>
a { background-color: #342A0B; }
a { background-color: rgb(52,42,11); }
div.DivClassName
{
background-color: #342A0B;
}
.BgClassName
{
background-color: #342A0B;
}
</style>
border-color css
<style>
span { border-color: #342A0B; }
span { border-color: rgb(52,42,11); }
td.TdClassName
{
border-color: #342A0B;
}
.TagClassName
{
border-color: #342A0B;
}
</style>