Shades of Maire #342A08
Tints of Maire #342A08
RGB
CMYK
RGB Variations
Color information
#342A08 (or 0x342A08) is known color: Maire. HEX triplet: 34, 2A and 08. RGB value is (52,42,8). Sum of RGB (Red+Green+Blue) = 52+42+8=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #342A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342A08 is #CBD5F7. Grayscale: #292929. Windows color (decimal): -13358584 or 535092. OLE color: 535092.
HSL color Cylindrical-coordinate representation of color #342A08: hue angle of 46.36º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #342A08 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 42 | 8 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.80 |
| HSL | 46.36º | 0.73% | 0.12% | - |
| HSV(B) | 46.36º | 0.85% | 0.2% | - |
| XYZ | 2.29 | 2.4 | 0.57 | - |
| YUV | 41.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 8 | 0 | 0.19 | 0.85 | 0.80 | 46.36 | 0.73 | 0.12 |
| Hex | 34 | 2A | 8 | 0 | 13 | 55 | 50 | 2E | 49 | C |
| Octal | 64 | 52 | 10 | 0 | 23 | 125 | 120 | 56 | 111 | 14 |
| Binary | 110100 | 101010 | 1000 | 0 | 10011 | 1010101 | 1010000 | 101110 | 1001001 | 1100 |
Color Harmonies of #342A08
Complementary color
Monochromatic Colors of #342A08
Black with #342A08
Text Example
Text Example
White with #342A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342A08; }
p { color: rgb(52,42,8); }
H1.HeaderClassName
{
color: #342A08;
}
.AnyTagClassName
{
color: #342A08;
}
</style>
background-color css
<style>
a { background-color: #342A08; }
a { background-color: rgb(52,42,8); }
div.DivClassName
{
background-color: #342A08;
}
.BgClassName
{
background-color: #342A08;
}
</style>
border-color css
<style>
span { border-color: #342A08; }
span { border-color: rgb(52,42,8); }
td.TdClassName
{
border-color: #342A08;
}
.TagClassName
{
border-color: #342A08;
}
</style>