Shades of Toledo #341D28
Tints of Toledo #341D28
RGB
CMYK
RGB Variations
Color information
#341D28 (or 0x341D28) is known color: Toledo. HEX triplet: 34, 1D and 28. RGB value is (52,29,40). Sum of RGB (Red+Green+Blue) = 52+29+40=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #341D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D28 is #CBE2D7. Grayscale: #252525. Windows color (decimal): -13361880 or 2628916. OLE color: 2628916.
HSL color Cylindrical-coordinate representation of color #341D28: hue angle of 331.3º 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 #341D28 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 40 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.80 |
| HSL | 331.3º | 0.28% | 0.16% | - |
| HSV(B) | 331.3º | 0.44% | 0.2% | - |
| XYZ | 2.24 | 1.76 | 2.23 | - |
| YUV | 37.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 40 | 0 | 0.44 | 0.23 | 0.80 | 331.3 | 0.28 | 0.16 |
| Hex | 34 | 1D | 28 | 0 | 2C | 17 | 50 | 14B | 1C | 10 |
| Octal | 64 | 35 | 50 | 0 | 54 | 27 | 120 | 513 | 34 | 20 |
| Binary | 110100 | 11101 | 101000 | 0 | 101100 | 10111 | 1010000 | 101001011 | 11100 | 10000 |
Color Harmonies of #341D28
Complementary color
Monochromatic Colors of #341D28
Black with #341D28
Text Example
Text Example
White with #341D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D28; }
p { color: rgb(52,29,40); }
H1.HeaderClassName
{
color: #341D28;
}
.AnyTagClassName
{
color: #341D28;
}
</style>
background-color css
<style>
a { background-color: #341D28; }
a { background-color: rgb(52,29,40); }
div.DivClassName
{
background-color: #341D28;
}
.BgClassName
{
background-color: #341D28;
}
</style>
border-color css
<style>
span { border-color: #341D28; }
span { border-color: rgb(52,29,40); }
td.TdClassName
{
border-color: #341D28;
}
.TagClassName
{
border-color: #341D28;
}
</style>