Shades of Toledo #34232B
Tints of Toledo #34232B
RGB
CMYK
RGB Variations
Color information
#34232B (or 0x34232B) is known color: Toledo. HEX triplet: 34, 23 and 2B. RGB value is (52,35,43). Sum of RGB (Red+Green+Blue) = 52+35+43=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #34232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34232B is #CBDCD4. Grayscale: #282828. Windows color (decimal): -13360341 or 2827060. OLE color: 2827060.
HSL color Cylindrical-coordinate representation of color #34232B: hue angle of 331.76º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #34232B is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 35 | 43 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.80 |
| HSL | 331.76º | 0.2% | 0.17% | - |
| HSV(B) | 331.76º | 0.33% | 0.2% | - |
| XYZ | 2.45 | 2.11 | 2.56 | - |
| YUV | 41 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 43 | 0 | 0.33 | 0.17 | 0.80 | 331.76 | 0.2 | 0.17 |
| Hex | 34 | 23 | 2B | 0 | 21 | 11 | 50 | 14C | 14 | 11 |
| Octal | 64 | 43 | 53 | 0 | 41 | 21 | 120 | 514 | 24 | 21 |
| Binary | 110100 | 100011 | 101011 | 0 | 100001 | 10001 | 1010000 | 101001100 | 10100 | 10001 |
Color Harmonies of #34232B
Complementary color
Monochromatic Colors of #34232B
Black with #34232B
Text Example
Text Example
White with #34232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34232B; }
p { color: rgb(52,35,43); }
H1.HeaderClassName
{
color: #34232B;
}
.AnyTagClassName
{
color: #34232B;
}
</style>
background-color css
<style>
a { background-color: #34232B; }
a { background-color: rgb(52,35,43); }
div.DivClassName
{
background-color: #34232B;
}
.BgClassName
{
background-color: #34232B;
}
</style>
border-color css
<style>
span { border-color: #34232B; }
span { border-color: rgb(52,35,43); }
td.TdClassName
{
border-color: #34232B;
}
.TagClassName
{
border-color: #34232B;
}
</style>