Shades of Maire #343103
Tints of Maire #343103
RGB
CMYK
RGB Variations
Color information
#343103 (or 0x343103) is known color: Maire. HEX triplet: 34, 31 and 03. RGB value is (52,49,3). Sum of RGB (Red+Green+Blue) = 52+49+3=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #343103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343103 is #CBCEFC. Grayscale: #2C2C2C. Windows color (decimal): -13356797 or 209204. OLE color: 209204.
HSL color Cylindrical-coordinate representation of color #343103: hue angle of 56.33º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #343103 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 49 | 3 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.80 |
| HSL | 56.33º | 0.89% | 0.11% | - |
| HSV(B) | 56.33º | 0.94% | 0.2% | - |
| XYZ | 2.53 | 2.93 | 0.52 | - |
| YUV | 44.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 3 | 0 | 0.06 | 0.94 | 0.80 | 56.33 | 0.89 | 0.11 |
| Hex | 34 | 31 | 3 | 0 | 6 | 5E | 50 | 38 | 59 | B |
| Octal | 64 | 61 | 3 | 0 | 6 | 136 | 120 | 70 | 131 | 13 |
| Binary | 110100 | 110001 | 11 | 0 | 110 | 1011110 | 1010000 | 111000 | 1011001 | 1011 |
Color Harmonies of #343103
Complementary color
Monochromatic Colors of #343103
Black with #343103
Text Example
Text Example
White with #343103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343103; }
p { color: rgb(52,49,3); }
H1.HeaderClassName
{
color: #343103;
}
.AnyTagClassName
{
color: #343103;
}
</style>
background-color css
<style>
a { background-color: #343103; }
a { background-color: rgb(52,49,3); }
div.DivClassName
{
background-color: #343103;
}
.BgClassName
{
background-color: #343103;
}
</style>
border-color css
<style>
span { border-color: #343103; }
span { border-color: rgb(52,49,3); }
td.TdClassName
{
border-color: #343103;
}
.TagClassName
{
border-color: #343103;
}
</style>