Shades of Maire #343013
Tints of Maire #343013
RGB
CMYK
RGB Variations
Color information
#343013 (or 0x343013) is known color: Maire. HEX triplet: 34, 30 and 13. RGB value is (52,48,19). Sum of RGB (Red+Green+Blue) = 52+48+19=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #343013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343013 is #CBCFEC. Grayscale: #2E2E2E. Windows color (decimal): -13357037 or 1257524. OLE color: 1257524.
HSL color Cylindrical-coordinate representation of color #343013: hue angle of 52.73º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #343013 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 48 | 19 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.80 |
| HSL | 52.73º | 0.46% | 0.14% | - |
| HSV(B) | 52.73º | 0.63% | 0.2% | - |
| XYZ | 2.59 | 2.89 | 1.04 | - |
| YUV | 45.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 19 | 0 | 0.08 | 0.63 | 0.80 | 52.73 | 0.46 | 0.14 |
| Hex | 34 | 30 | 13 | 0 | 8 | 3F | 50 | 35 | 2E | E |
| Octal | 64 | 60 | 23 | 0 | 10 | 77 | 120 | 65 | 56 | 16 |
| Binary | 110100 | 110000 | 10011 | 0 | 1000 | 111111 | 1010000 | 110101 | 101110 | 1110 |
Color Harmonies of #343013
Complementary color
Monochromatic Colors of #343013
Black with #343013
Text Example
Text Example
White with #343013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343013; }
p { color: rgb(52,48,19); }
H1.HeaderClassName
{
color: #343013;
}
.AnyTagClassName
{
color: #343013;
}
</style>
background-color css
<style>
a { background-color: #343013; }
a { background-color: rgb(52,48,19); }
div.DivClassName
{
background-color: #343013;
}
.BgClassName
{
background-color: #343013;
}
</style>
border-color css
<style>
span { border-color: #343013; }
span { border-color: rgb(52,48,19); }
td.TdClassName
{
border-color: #343013;
}
.TagClassName
{
border-color: #343013;
}
</style>