Shades of Maire #342D01
Tints of Maire #342D01
RGB
CMYK
RGB Variations
Color information
#342D01 (or 0x342D01) is known color: Maire. HEX triplet: 34, 2D and 01. RGB value is (52,45,1). Sum of RGB (Red+Green+Blue) = 52+45+1=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #342D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342D01 is #CBD2FE. Grayscale: #2A2A2A. Windows color (decimal): -13357823 or 77108. OLE color: 77108.
HSL color Cylindrical-coordinate representation of color #342D01: hue angle of 51.76º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #342D01 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 45 | 1 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.80 |
| HSL | 51.76º | 0.96% | 0.1% | - |
| HSV(B) | 51.76º | 0.98% | 0.2% | - |
| XYZ | 2.36 | 2.61 | 0.41 | - |
| YUV | 42.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 1 | 0 | 0.13 | 0.98 | 0.80 | 51.76 | 0.96 | 0.1 |
| Hex | 34 | 2D | 1 | 0 | D | 62 | 50 | 34 | 60 | A |
| Octal | 64 | 55 | 1 | 0 | 15 | 142 | 120 | 64 | 140 | 12 |
| Binary | 110100 | 101101 | 1 | 0 | 1101 | 1100010 | 1010000 | 110100 | 1100000 | 1010 |
Color Harmonies of #342D01
Complementary color
Monochromatic Colors of #342D01
Black with #342D01
Text Example
Text Example
White with #342D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D01; }
p { color: rgb(52,45,1); }
H1.HeaderClassName
{
color: #342D01;
}
.AnyTagClassName
{
color: #342D01;
}
</style>
background-color css
<style>
a { background-color: #342D01; }
a { background-color: rgb(52,45,1); }
div.DivClassName
{
background-color: #342D01;
}
.BgClassName
{
background-color: #342D01;
}
</style>
border-color css
<style>
span { border-color: #342D01; }
span { border-color: rgb(52,45,1); }
td.TdClassName
{
border-color: #342D01;
}
.TagClassName
{
border-color: #342D01;
}
</style>