Shades of Toledo #342B30
Tints of Toledo #342B30
RGB
CMYK
RGB Variations
Color information
#342B30 (or 0x342B30) is known color: Toledo. HEX triplet: 34, 2B and 30. RGB value is (52,43,48). Sum of RGB (Red+Green+Blue) = 52+43+48=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 52 - color contains mainly: red. Hex color #342B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B30 is #CBD4CF. Grayscale: #2E2E2E. Windows color (decimal): -13358288 or 3156788. OLE color: 3156788.
HSL color Cylindrical-coordinate representation of color #342B30: hue angle of 326.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #342B30 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 43 | 48 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.80 |
| HSL | 326.67º | 0.09% | 0.19% | - |
| HSV(B) | 326.67º | 0.17% | 0.2% | - |
| XYZ | 2.81 | 2.67 | 3.16 | - |
| YUV | 46.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 48 | 0 | 0.17 | 0.08 | 0.80 | 326.67 | 0.09 | 0.19 |
| Hex | 34 | 2B | 30 | 0 | 11 | 8 | 50 | 147 | 9 | 13 |
| Octal | 64 | 53 | 60 | 0 | 21 | 10 | 120 | 507 | 11 | 23 |
| Binary | 110100 | 101011 | 110000 | 0 | 10001 | 1000 | 1010000 | 101000111 | 1001 | 10011 |
Color Harmonies of #342B30
Complementary color
Monochromatic Colors of #342B30
Black with #342B30
Text Example
Text Example
White with #342B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342B30; }
p { color: rgb(52,43,48); }
H1.HeaderClassName
{
color: #342B30;
}
.AnyTagClassName
{
color: #342B30;
}
</style>
background-color css
<style>
a { background-color: #342B30; }
a { background-color: rgb(52,43,48); }
div.DivClassName
{
background-color: #342B30;
}
.BgClassName
{
background-color: #342B30;
}
</style>
border-color css
<style>
span { border-color: #342B30; }
span { border-color: rgb(52,43,48); }
td.TdClassName
{
border-color: #342B30;
}
.TagClassName
{
border-color: #342B30;
}
</style>