Shades of Toledo #341D26
Tints of Toledo #341D26
RGB
CMYK
RGB Variations
Color information
#341D26 (or 0x341D26) is known color: Toledo. HEX triplet: 34, 1D and 26. RGB value is (52,29,38). Sum of RGB (Red+Green+Blue) = 52+29+38=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #341D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D26 is #CBE2D9. Grayscale: #242424. Windows color (decimal): -13361882 or 2497844. OLE color: 2497844.
HSL color Cylindrical-coordinate representation of color #341D26: hue angle of 336.52º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #341D26 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 38 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.80 |
| HSL | 336.52º | 0.28% | 0.16% | - |
| HSV(B) | 336.52º | 0.44% | 0.2% | - |
| XYZ | 2.21 | 1.75 | 2.06 | - |
| YUV | 36.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 38 | 0 | 0.44 | 0.27 | 0.80 | 336.52 | 0.28 | 0.16 |
| Hex | 34 | 1D | 26 | 0 | 2C | 1B | 50 | 151 | 1C | 10 |
| Octal | 64 | 35 | 46 | 0 | 54 | 33 | 120 | 521 | 34 | 20 |
| Binary | 110100 | 11101 | 100110 | 0 | 101100 | 11011 | 1010000 | 101010001 | 11100 | 10000 |
Color Harmonies of #341D26
Complementary color
Monochromatic Colors of #341D26
Black with #341D26
Text Example
Text Example
White with #341D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D26; }
p { color: rgb(52,29,38); }
H1.HeaderClassName
{
color: #341D26;
}
.AnyTagClassName
{
color: #341D26;
}
</style>
background-color css
<style>
a { background-color: #341D26; }
a { background-color: rgb(52,29,38); }
div.DivClassName
{
background-color: #341D26;
}
.BgClassName
{
background-color: #341D26;
}
</style>
border-color css
<style>
span { border-color: #341D26; }
span { border-color: rgb(52,29,38); }
td.TdClassName
{
border-color: #341D26;
}
.TagClassName
{
border-color: #341D26;
}
</style>