Shades of Toledo #3F2A35
Tints of Toledo #3F2A35
RGB
CMYK
RGB Variations
Color information
#3F2A35 (or 0x3F2A35) is known color: Toledo. HEX triplet: 3F, 2A and 35. RGB value is (63,42,53). Sum of RGB (Red+Green+Blue) = 63+42+53=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A35 is #C0D5CA. Grayscale: #313131. Windows color (decimal): -12637643 or 3484223. OLE color: 3484223.
HSL color Cylindrical-coordinate representation of color #3F2A35: hue angle of 328.57º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F2A35 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 42 | 53 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.75 |
| HSL | 328.57º | 0.2% | 0.21% | - |
| HSV(B) | 328.57º | 0.33% | 0.25% | - |
| XYZ | 3.52 | 2.97 | 3.76 | - |
| YUV | 49.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 53 | 0 | 0.33 | 0.16 | 0.75 | 328.57 | 0.2 | 0.21 |
| Hex | 3F | 2A | 35 | 0 | 21 | 10 | 4B | 149 | 14 | 15 |
| Octal | 77 | 52 | 65 | 0 | 41 | 20 | 113 | 511 | 24 | 25 |
| Binary | 111111 | 101010 | 110101 | 0 | 100001 | 10000 | 1001011 | 101001001 | 10100 | 10101 |
Color Harmonies of #3F2A35
Complementary color
Monochromatic Colors of #3F2A35
Black with #3F2A35
Text Example
Text Example
White with #3F2A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A35; }
p { color: rgb(63,42,53); }
H1.HeaderClassName
{
color: #3F2A35;
}
.AnyTagClassName
{
color: #3F2A35;
}
</style>
background-color css
<style>
a { background-color: #3F2A35; }
a { background-color: rgb(63,42,53); }
div.DivClassName
{
background-color: #3F2A35;
}
.BgClassName
{
background-color: #3F2A35;
}
</style>
border-color css
<style>
span { border-color: #3F2A35; }
span { border-color: rgb(63,42,53); }
td.TdClassName
{
border-color: #3F2A35;
}
.TagClassName
{
border-color: #3F2A35;
}
</style>