Shades of Toledo #343032
Tints of Toledo #343032
RGB
CMYK
RGB Variations
Color information
#343032 (or 0x343032) is known color: Toledo. HEX triplet: 34, 30 and 32. RGB value is (52,48,50). Sum of RGB (Red+Green+Blue) = 52+48+50=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 52 - color contains mainly: red. Hex color #343032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343032 is #CBCFCD. Grayscale: #313131. Windows color (decimal): -13357006 or 3289140. OLE color: 3289140.
HSL color Cylindrical-coordinate representation of color #343032: hue angle of 330º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #343032 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
RGB | 52 | 48 | 50 | - |
CMYK | 0 | 0.08 | 0.04 | 0.80 |
HSL | 330º | 0.04% | 0.2% | - |
HSV(B) | 330º | 0.08% | 0.2% | - |
XYZ | 3.05 | 3.07 | 3.45 | - |
YUV | 49.42 | 128.33 | 129.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 48 | 50 | 0 | 0.08 | 0.04 | 0.80 | 330 | 0.04 | 0.2 |
Hex | 34 | 30 | 32 | 0 | 8 | 4 | 50 | 14A | 4 | 14 |
Octal | 64 | 60 | 62 | 0 | 10 | 4 | 120 | 512 | 4 | 24 |
Binary | 110100 | 110000 | 110010 | 0 | 1000 | 100 | 1010000 | 101001010 | 100 | 10100 |
Color Harmonies of #343032
Complementary color
Monochromatic Colors of #343032
Black with #343032
Text Example
Text Example
White with #343032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343032; }
p { color: rgb(52,48,50); }
H1.HeaderClassName
{
color: #343032;
}
.AnyTagClassName
{
color: #343032;
}
</style>
background-color css
<style>
a { background-color: #343032; }
a { background-color: rgb(52,48,50); }
div.DivClassName
{
background-color: #343032;
}
.BgClassName
{
background-color: #343032;
}
</style>
border-color css
<style>
span { border-color: #343032; }
span { border-color: rgb(52,48,50); }
td.TdClassName
{
border-color: #343032;
}
.TagClassName
{
border-color: #343032;
}
</style>