Shades of Toledo #34242C
Tints of Toledo #34242C
RGB
CMYK
RGB Variations
Color information
#34242C (or 0x34242C) is known color: Toledo. HEX triplet: 34, 24 and 2C. RGB value is (52,36,44). Sum of RGB (Red+Green+Blue) = 52+36+44=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 52 - color contains mainly: red. Hex color #34242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34242C is #CBDBD3. Grayscale: #292929. Windows color (decimal): -13360084 or 2892852. OLE color: 2892852.
HSL color Cylindrical-coordinate representation of color #34242C: hue angle of 330º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #34242C is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 36 | 44 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.80 |
| HSL | 330º | 0.18% | 0.17% | - |
| HSV(B) | 330º | 0.31% | 0.2% | - |
| XYZ | 2.5 | 2.17 | 2.67 | - |
| YUV | 41.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 44 | 0 | 0.31 | 0.15 | 0.80 | 330 | 0.18 | 0.17 |
| Hex | 34 | 24 | 2C | 0 | 1F | F | 50 | 14A | 12 | 11 |
| Octal | 64 | 44 | 54 | 0 | 37 | 17 | 120 | 512 | 22 | 21 |
| Binary | 110100 | 100100 | 101100 | 0 | 11111 | 1111 | 1010000 | 101001010 | 10010 | 10001 |
Color Harmonies of #34242C
Complementary color
Monochromatic Colors of #34242C
Black with #34242C
Text Example
Text Example
White with #34242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34242C; }
p { color: rgb(52,36,44); }
H1.HeaderClassName
{
color: #34242C;
}
.AnyTagClassName
{
color: #34242C;
}
</style>
background-color css
<style>
a { background-color: #34242C; }
a { background-color: rgb(52,36,44); }
div.DivClassName
{
background-color: #34242C;
}
.BgClassName
{
background-color: #34242C;
}
</style>
border-color css
<style>
span { border-color: #34242C; }
span { border-color: rgb(52,36,44); }
td.TdClassName
{
border-color: #34242C;
}
.TagClassName
{
border-color: #34242C;
}
</style>