Shades of Tolopea #342F41
Tints of Tolopea #342F41
RGB
CMYK
RGB Variations
Color information
#342F41 (or 0x342F41) is known color: Tolopea. HEX triplet: 34, 2F and 41. RGB value is (52,47,65). Sum of RGB (Red+Green+Blue) = 52+47+65=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #342F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F41 is #CBD0BE. Grayscale: #323232. Windows color (decimal): -13357247 or 4271924. OLE color: 4271924.
HSL color Cylindrical-coordinate representation of color #342F41: hue angle of 256.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #342F41 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 47 | 65 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.75 |
| HSL | 256.67º | 0.16% | 0.22% | - |
| HSV(B) | 256.67º | 0.28% | 0.25% | - |
| XYZ | 3.39 | 3.14 | 5.43 | - |
| YUV | 50.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 65 | 0.20 | 0.28 | 0 | 0.75 | 256.67 | 0.16 | 0.22 |
| Hex | 34 | 2F | 41 | 14 | 1C | 0 | 4B | 101 | 10 | 16 |
| Octal | 64 | 57 | 101 | 24 | 34 | 0 | 113 | 401 | 20 | 26 |
| Binary | 110100 | 101111 | 1000001 | 10100 | 11100 | 0 | 1001011 | 100000001 | 10000 | 10110 |
Color Harmonies of #342F41
Complementary color
Monochromatic Colors of #342F41
Black with #342F41
Text Example
Text Example
White with #342F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F41; }
p { color: rgb(52,47,65); }
H1.HeaderClassName
{
color: #342F41;
}
.AnyTagClassName
{
color: #342F41;
}
</style>
background-color css
<style>
a { background-color: #342F41; }
a { background-color: rgb(52,47,65); }
div.DivClassName
{
background-color: #342F41;
}
.BgClassName
{
background-color: #342F41;
}
</style>
border-color css
<style>
span { border-color: #342F41; }
span { border-color: rgb(52,47,65); }
td.TdClassName
{
border-color: #342F41;
}
.TagClassName
{
border-color: #342F41;
}
</style>