Shades of Toledo #3F2632
Tints of Toledo #3F2632
RGB
CMYK
RGB Variations
Color information
#3F2632 (or 0x3F2632) is known color: Toledo. HEX triplet: 3F, 26 and 32. RGB value is (63,38,50). Sum of RGB (Red+Green+Blue) = 63+38+50=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2632 is #C0D9CD. Grayscale: #2E2E2E. Windows color (decimal): -12638670 or 3286591. OLE color: 3286591.
HSL color Cylindrical-coordinate representation of color #3F2632: hue angle of 331.2º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F2632 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 50 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.75 |
| HSL | 331.2º | 0.25% | 0.2% | - |
| HSV(B) | 331.2º | 0.4% | 0.25% | - |
| XYZ | 3.32 | 2.67 | 3.36 | - |
| YUV | 46.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 50 | 0 | 0.40 | 0.21 | 0.75 | 331.2 | 0.25 | 0.2 |
| Hex | 3F | 26 | 32 | 0 | 28 | 15 | 4B | 14B | 19 | 14 |
| Octal | 77 | 46 | 62 | 0 | 50 | 25 | 113 | 513 | 31 | 24 |
| Binary | 111111 | 100110 | 110010 | 0 | 101000 | 10101 | 1001011 | 101001011 | 11001 | 10100 |
Color Harmonies of #3F2632
Complementary color
Monochromatic Colors of #3F2632
Black with #3F2632
Text Example
Text Example
White with #3F2632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2632; }
p { color: rgb(63,38,50); }
H1.HeaderClassName
{
color: #3F2632;
}
.AnyTagClassName
{
color: #3F2632;
}
</style>
background-color css
<style>
a { background-color: #3F2632; }
a { background-color: rgb(63,38,50); }
div.DivClassName
{
background-color: #3F2632;
}
.BgClassName
{
background-color: #3F2632;
}
</style>
border-color css
<style>
span { border-color: #3F2632; }
span { border-color: rgb(63,38,50); }
td.TdClassName
{
border-color: #3F2632;
}
.TagClassName
{
border-color: #3F2632;
}
</style>