Shades of Maire #342F08
Tints of Maire #342F08
RGB
CMYK
RGB Variations
Color information
#342F08 (or 0x342F08) is known color: Maire. HEX triplet: 34, 2F and 08. RGB value is (52,47,8). Sum of RGB (Red+Green+Blue) = 52+47+8=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #342F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F08 is #CBD0F7. Grayscale: #2C2C2C. Windows color (decimal): -13357304 or 536372. OLE color: 536372.
HSL color Cylindrical-coordinate representation of color #342F08: hue angle of 53.18º 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 #342F08 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 8 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.80 |
| HSL | 53.18º | 0.73% | 0.12% | - |
| HSV(B) | 53.18º | 0.85% | 0.2% | - |
| XYZ | 2.48 | 2.78 | 0.64 | - |
| YUV | 44.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 8 | 0 | 0.10 | 0.85 | 0.80 | 53.18 | 0.73 | 0.12 |
| Hex | 34 | 2F | 8 | 0 | A | 55 | 50 | 35 | 49 | C |
| Octal | 64 | 57 | 10 | 0 | 12 | 125 | 120 | 65 | 111 | 14 |
| Binary | 110100 | 101111 | 1000 | 0 | 1010 | 1010101 | 1010000 | 110101 | 1001001 | 1100 |
Color Harmonies of #342F08
Complementary color
Monochromatic Colors of #342F08
Black with #342F08
Text Example
Text Example
White with #342F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F08; }
p { color: rgb(52,47,8); }
H1.HeaderClassName
{
color: #342F08;
}
.AnyTagClassName
{
color: #342F08;
}
</style>
background-color css
<style>
a { background-color: #342F08; }
a { background-color: rgb(52,47,8); }
div.DivClassName
{
background-color: #342F08;
}
.BgClassName
{
background-color: #342F08;
}
</style>
border-color css
<style>
span { border-color: #342F08; }
span { border-color: rgb(52,47,8); }
td.TdClassName
{
border-color: #342F08;
}
.TagClassName
{
border-color: #342F08;
}
</style>