Shades of Toledo #341E28
Tints of Toledo #341E28
RGB
CMYK
RGB Variations
Color information
#341E28 (or 0x341E28) is known color: Toledo. HEX triplet: 34, 1E and 28. RGB value is (52,30,40). Sum of RGB (Red+Green+Blue) = 52+30+40=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #341E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E28 is #CBE1D7. Grayscale: #252525. Windows color (decimal): -13361624 or 2629172. OLE color: 2629172.
HSL color Cylindrical-coordinate representation of color #341E28: hue angle of 332.73º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #341E28 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 40 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.80 |
| HSL | 332.73º | 0.27% | 0.16% | - |
| HSV(B) | 332.73º | 0.42% | 0.2% | - |
| XYZ | 2.26 | 1.81 | 2.24 | - |
| YUV | 37.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 40 | 0 | 0.42 | 0.23 | 0.80 | 332.73 | 0.27 | 0.16 |
| Hex | 34 | 1E | 28 | 0 | 2A | 17 | 50 | 14D | 1B | 10 |
| Octal | 64 | 36 | 50 | 0 | 52 | 27 | 120 | 515 | 33 | 20 |
| Binary | 110100 | 11110 | 101000 | 0 | 101010 | 10111 | 1010000 | 101001101 | 11011 | 10000 |
Color Harmonies of #341E28
Complementary color
Monochromatic Colors of #341E28
Black with #341E28
Text Example
Text Example
White with #341E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E28; }
p { color: rgb(52,30,40); }
H1.HeaderClassName
{
color: #341E28;
}
.AnyTagClassName
{
color: #341E28;
}
</style>
background-color css
<style>
a { background-color: #341E28; }
a { background-color: rgb(52,30,40); }
div.DivClassName
{
background-color: #341E28;
}
.BgClassName
{
background-color: #341E28;
}
</style>
border-color css
<style>
span { border-color: #341E28; }
span { border-color: rgb(52,30,40); }
td.TdClassName
{
border-color: #341E28;
}
.TagClassName
{
border-color: #341E28;
}
</style>