Shades of Maire #343019
Tints of Maire #343019
RGB
CMYK
RGB Variations
Color information
#343019 (or 0x343019) is known color: Maire. HEX triplet: 34, 30 and 19. RGB value is (52,48,25). Sum of RGB (Red+Green+Blue) = 52+48+25=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 52 - color contains mainly: red. Hex color #343019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343019 is #CBCFE6. Grayscale: #2E2E2E. Windows color (decimal): -13357031 or 1650740. OLE color: 1650740.
HSL color Cylindrical-coordinate representation of color #343019: hue angle of 51.11º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #343019 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 48 | 25 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.80 |
| HSL | 51.11º | 0.35% | 0.15% | - |
| HSV(B) | 51.11º | 0.52% | 0.2% | - |
| XYZ | 2.65 | 2.91 | 1.34 | - |
| YUV | 46.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 25 | 0 | 0.08 | 0.52 | 0.80 | 51.11 | 0.35 | 0.15 |
| Hex | 34 | 30 | 19 | 0 | 8 | 34 | 50 | 33 | 23 | F |
| Octal | 64 | 60 | 31 | 0 | 10 | 64 | 120 | 63 | 43 | 17 |
| Binary | 110100 | 110000 | 11001 | 0 | 1000 | 110100 | 1010000 | 110011 | 100011 | 1111 |
Color Harmonies of #343019
Complementary color
Monochromatic Colors of #343019
Black with #343019
Text Example
Text Example
White with #343019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343019; }
p { color: rgb(52,48,25); }
H1.HeaderClassName
{
color: #343019;
}
.AnyTagClassName
{
color: #343019;
}
</style>
background-color css
<style>
a { background-color: #343019; }
a { background-color: rgb(52,48,25); }
div.DivClassName
{
background-color: #343019;
}
.BgClassName
{
background-color: #343019;
}
</style>
border-color css
<style>
span { border-color: #343019; }
span { border-color: rgb(52,48,25); }
td.TdClassName
{
border-color: #343019;
}
.TagClassName
{
border-color: #343019;
}
</style>