Shades of Toledo #3F2832
Tints of Toledo #3F2832
RGB
CMYK
RGB Variations
Color information
#3F2832 (or 0x3F2832) is known color: Toledo. HEX triplet: 3F, 28 and 32. RGB value is (63,40,50). Sum of RGB (Red+Green+Blue) = 63+40+50=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2832 is #C0D7CD. Grayscale: #303030. Windows color (decimal): -12638158 or 3287103. OLE color: 3287103.
HSL color Cylindrical-coordinate representation of color #3F2832: hue angle of 333.91º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F2832 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 50 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.75 |
| HSL | 333.91º | 0.22% | 0.2% | - |
| HSV(B) | 333.91º | 0.37% | 0.25% | - |
| XYZ | 3.38 | 2.8 | 3.38 | - |
| YUV | 48.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 50 | 0 | 0.37 | 0.21 | 0.75 | 333.91 | 0.22 | 0.2 |
| Hex | 3F | 28 | 32 | 0 | 25 | 15 | 4B | 14E | 16 | 14 |
| Octal | 77 | 50 | 62 | 0 | 45 | 25 | 113 | 516 | 26 | 24 |
| Binary | 111111 | 101000 | 110010 | 0 | 100101 | 10101 | 1001011 | 101001110 | 10110 | 10100 |
Color Harmonies of #3F2832
Complementary color
Monochromatic Colors of #3F2832
Black with #3F2832
Text Example
Text Example
White with #3F2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2832; }
p { color: rgb(63,40,50); }
H1.HeaderClassName
{
color: #3F2832;
}
.AnyTagClassName
{
color: #3F2832;
}
</style>
background-color css
<style>
a { background-color: #3F2832; }
a { background-color: rgb(63,40,50); }
div.DivClassName
{
background-color: #3F2832;
}
.BgClassName
{
background-color: #3F2832;
}
</style>
border-color css
<style>
span { border-color: #3F2832; }
span { border-color: rgb(63,40,50); }
td.TdClassName
{
border-color: #3F2832;
}
.TagClassName
{
border-color: #3F2832;
}
</style>