Shades of Toledo #341D27
Tints of Toledo #341D27
RGB
CMYK
RGB Variations
Color information
#341D27 (or 0x341D27) is known color: Toledo. HEX triplet: 34, 1D and 27. RGB value is (52,29,39). Sum of RGB (Red+Green+Blue) = 52+29+39=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #341D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D27 is #CBE2D8. Grayscale: #252525. Windows color (decimal): -13361881 or 2563380. OLE color: 2563380.
HSL color Cylindrical-coordinate representation of color #341D27: hue angle of 333.91º 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 #341D27 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 39 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.80 |
| HSL | 333.91º | 0.28% | 0.16% | - |
| HSV(B) | 333.91º | 0.44% | 0.2% | - |
| XYZ | 2.22 | 1.76 | 2.14 | - |
| YUV | 37.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 39 | 0 | 0.44 | 0.25 | 0.80 | 333.91 | 0.28 | 0.16 |
| Hex | 34 | 1D | 27 | 0 | 2C | 19 | 50 | 14E | 1C | 10 |
| Octal | 64 | 35 | 47 | 0 | 54 | 31 | 120 | 516 | 34 | 20 |
| Binary | 110100 | 11101 | 100111 | 0 | 101100 | 11001 | 1010000 | 101001110 | 11100 | 10000 |
Color Harmonies of #341D27
Complementary color
Monochromatic Colors of #341D27
Black with #341D27
Text Example
Text Example
White with #341D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D27; }
p { color: rgb(52,29,39); }
H1.HeaderClassName
{
color: #341D27;
}
.AnyTagClassName
{
color: #341D27;
}
</style>
background-color css
<style>
a { background-color: #341D27; }
a { background-color: rgb(52,29,39); }
div.DivClassName
{
background-color: #341D27;
}
.BgClassName
{
background-color: #341D27;
}
</style>
border-color css
<style>
span { border-color: #341D27; }
span { border-color: rgb(52,29,39); }
td.TdClassName
{
border-color: #341D27;
}
.TagClassName
{
border-color: #341D27;
}
</style>