Shades of Toledo #3F2533
Tints of Toledo #3F2533
RGB
CMYK
RGB Variations
Color information
#3F2533 (or 0x3F2533) is known color: Toledo. HEX triplet: 3F, 25 and 33. RGB value is (63,37,51). Sum of RGB (Red+Green+Blue) = 63+37+51=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2533 is #C0DACC. Grayscale: #2E2E2E. Windows color (decimal): -12638925 or 3351871. OLE color: 3351871.
HSL color Cylindrical-coordinate representation of color #3F2533: hue angle of 327.69º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F2533 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 37 | 51 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.75 |
| HSL | 327.69º | 0.26% | 0.2% | - |
| HSV(B) | 327.69º | 0.41% | 0.25% | - |
| XYZ | 3.31 | 2.62 | 3.46 | - |
| YUV | 46.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 51 | 0 | 0.41 | 0.19 | 0.75 | 327.69 | 0.26 | 0.2 |
| Hex | 3F | 25 | 33 | 0 | 29 | 13 | 4B | 148 | 1A | 14 |
| Octal | 77 | 45 | 63 | 0 | 51 | 23 | 113 | 510 | 32 | 24 |
| Binary | 111111 | 100101 | 110011 | 0 | 101001 | 10011 | 1001011 | 101001000 | 11010 | 10100 |
Color Harmonies of #3F2533
Complementary color
Monochromatic Colors of #3F2533
Black with #3F2533
Text Example
Text Example
White with #3F2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2533; }
p { color: rgb(63,37,51); }
H1.HeaderClassName
{
color: #3F2533;
}
.AnyTagClassName
{
color: #3F2533;
}
</style>
background-color css
<style>
a { background-color: #3F2533; }
a { background-color: rgb(63,37,51); }
div.DivClassName
{
background-color: #3F2533;
}
.BgClassName
{
background-color: #3F2533;
}
</style>
border-color css
<style>
span { border-color: #3F2533; }
span { border-color: rgb(63,37,51); }
td.TdClassName
{
border-color: #3F2533;
}
.TagClassName
{
border-color: #3F2533;
}
</style>