Shades of Toledo #34232A
Tints of Toledo #34232A
RGB
CMYK
RGB Variations
Color information
#34232A (or 0x34232A) is known color: Toledo. HEX triplet: 34, 23 and 2A. RGB value is (52,35,42). Sum of RGB (Red+Green+Blue) = 52+35+42=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #34232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34232A is #CBDCD5. Grayscale: #282828. Windows color (decimal): -13360342 or 2761524. OLE color: 2761524.
HSL color Cylindrical-coordinate representation of color #34232A: hue angle of 335.29º 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 #34232A is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 35 | 42 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.80 |
| HSL | 335.29º | 0.2% | 0.17% | - |
| HSV(B) | 335.29º | 0.33% | 0.2% | - |
| XYZ | 2.44 | 2.1 | 2.47 | - |
| YUV | 40.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 42 | 0 | 0.33 | 0.19 | 0.80 | 335.29 | 0.2 | 0.17 |
| Hex | 34 | 23 | 2A | 0 | 21 | 13 | 50 | 14F | 14 | 11 |
| Octal | 64 | 43 | 52 | 0 | 41 | 23 | 120 | 517 | 24 | 21 |
| Binary | 110100 | 100011 | 101010 | 0 | 100001 | 10011 | 1010000 | 101001111 | 10100 | 10001 |
Color Harmonies of #34232A
Complementary color
Monochromatic Colors of #34232A
Black with #34232A
Text Example
Text Example
White with #34232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34232A; }
p { color: rgb(52,35,42); }
H1.HeaderClassName
{
color: #34232A;
}
.AnyTagClassName
{
color: #34232A;
}
</style>
background-color css
<style>
a { background-color: #34232A; }
a { background-color: rgb(52,35,42); }
div.DivClassName
{
background-color: #34232A;
}
.BgClassName
{
background-color: #34232A;
}
</style>
border-color css
<style>
span { border-color: #34232A; }
span { border-color: rgb(52,35,42); }
td.TdClassName
{
border-color: #34232A;
}
.TagClassName
{
border-color: #34232A;
}
</style>