Shades of Toledo #3F212E
Tints of Toledo #3F212E
RGB
CMYK
RGB Variations
Color information
#3F212E (or 0x3F212E) is known color: Toledo. HEX triplet: 3F, 21 and 2E. RGB value is (63,33,46). Sum of RGB (Red+Green+Blue) = 63+33+46=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F212E is #C0DED1. Grayscale: #2B2B2B. Windows color (decimal): -12639954 or 3023167. OLE color: 3023167.
HSL color Cylindrical-coordinate representation of color #3F212E: hue angle of 334º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F212E is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 33 | 46 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.75 |
| HSL | 334º | 0.31% | 0.19% | - |
| HSV(B) | 334º | 0.48% | 0.25% | - |
| XYZ | 3.09 | 2.34 | 2.87 | - |
| YUV | 43.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 46 | 0 | 0.48 | 0.27 | 0.75 | 334 | 0.31 | 0.19 |
| Hex | 3F | 21 | 2E | 0 | 30 | 1B | 4B | 14E | 1F | 13 |
| Octal | 77 | 41 | 56 | 0 | 60 | 33 | 113 | 516 | 37 | 23 |
| Binary | 111111 | 100001 | 101110 | 0 | 110000 | 11011 | 1001011 | 101001110 | 11111 | 10011 |
Color Harmonies of #3F212E
Complementary color
Monochromatic Colors of #3F212E
Black with #3F212E
Text Example
Text Example
White with #3F212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F212E; }
p { color: rgb(63,33,46); }
H1.HeaderClassName
{
color: #3F212E;
}
.AnyTagClassName
{
color: #3F212E;
}
</style>
background-color css
<style>
a { background-color: #3F212E; }
a { background-color: rgb(63,33,46); }
div.DivClassName
{
background-color: #3F212E;
}
.BgClassName
{
background-color: #3F212E;
}
</style>
border-color css
<style>
span { border-color: #3F212E; }
span { border-color: rgb(63,33,46); }
td.TdClassName
{
border-color: #3F212E;
}
.TagClassName
{
border-color: #3F212E;
}
</style>