Shades of Maire #343002
Tints of Maire #343002
RGB
CMYK
RGB Variations
Color information
#343002 (or 0x343002) is known color: Maire. HEX triplet: 34, 30 and 02. RGB value is (52,48,2). Sum of RGB (Red+Green+Blue) = 52+48+2=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #343002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343002 is #CBCFFD. Grayscale: #2C2C2C. Windows color (decimal): -13357054 or 143412. OLE color: 143412.
HSL color Cylindrical-coordinate representation of color #343002: hue angle of 55.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #343002 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 48 | 2 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.80 |
| HSL | 55.2º | 0.93% | 0.11% | - |
| HSV(B) | 55.2º | 0.96% | 0.2% | - |
| XYZ | 2.48 | 2.85 | 0.48 | - |
| YUV | 43.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 2 | 0 | 0.08 | 0.96 | 0.80 | 55.2 | 0.93 | 0.11 |
| Hex | 34 | 30 | 2 | 0 | 8 | 60 | 50 | 37 | 5D | B |
| Octal | 64 | 60 | 2 | 0 | 10 | 140 | 120 | 67 | 135 | 13 |
| Binary | 110100 | 110000 | 10 | 0 | 1000 | 1100000 | 1010000 | 110111 | 1011101 | 1011 |
Color Harmonies of #343002
Complementary color
Monochromatic Colors of #343002
Black with #343002
Text Example
Text Example
White with #343002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343002; }
p { color: rgb(52,48,2); }
H1.HeaderClassName
{
color: #343002;
}
.AnyTagClassName
{
color: #343002;
}
</style>
background-color css
<style>
a { background-color: #343002; }
a { background-color: rgb(52,48,2); }
div.DivClassName
{
background-color: #343002;
}
.BgClassName
{
background-color: #343002;
}
</style>
border-color css
<style>
span { border-color: #343002; }
span { border-color: rgb(52,48,2); }
td.TdClassName
{
border-color: #343002;
}
.TagClassName
{
border-color: #343002;
}
</style>