Shades of Toledo #3F2E34
Tints of Toledo #3F2E34
RGB
CMYK
RGB Variations
Color information
#3F2E34 (or 0x3F2E34) is known color: Toledo. HEX triplet: 3F, 2E and 34. RGB value is (63,46,52). Sum of RGB (Red+Green+Blue) = 63+46+52=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E34 is #C0D1CB. Grayscale: #333333. Windows color (decimal): -12636620 or 3419711. OLE color: 3419711.
HSL color Cylindrical-coordinate representation of color #3F2E34: hue angle of 338.82º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F2E34 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 52 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.75 |
| HSL | 338.82º | 0.16% | 0.21% | - |
| HSV(B) | 338.82º | 0.27% | 0.25% | - |
| XYZ | 3.65 | 3.26 | 3.69 | - |
| YUV | 51.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 52 | 0 | 0.27 | 0.17 | 0.75 | 338.82 | 0.16 | 0.21 |
| Hex | 3F | 2E | 34 | 0 | 1B | 11 | 4B | 153 | 10 | 15 |
| Octal | 77 | 56 | 64 | 0 | 33 | 21 | 113 | 523 | 20 | 25 |
| Binary | 111111 | 101110 | 110100 | 0 | 11011 | 10001 | 1001011 | 101010011 | 10000 | 10101 |
Color Harmonies of #3F2E34
Complementary color
Monochromatic Colors of #3F2E34
Black with #3F2E34
Text Example
Text Example
White with #3F2E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E34; }
p { color: rgb(63,46,52); }
H1.HeaderClassName
{
color: #3F2E34;
}
.AnyTagClassName
{
color: #3F2E34;
}
</style>
background-color css
<style>
a { background-color: #3F2E34; }
a { background-color: rgb(63,46,52); }
div.DivClassName
{
background-color: #3F2E34;
}
.BgClassName
{
background-color: #3F2E34;
}
</style>
border-color css
<style>
span { border-color: #3F2E34; }
span { border-color: rgb(63,46,52); }
td.TdClassName
{
border-color: #3F2E34;
}
.TagClassName
{
border-color: #3F2E34;
}
</style>