Shades of Toledo #40212F
Tints of Toledo #40212F
RGB
CMYK
RGB Variations
Color information
#40212F (or 0x40212F) is known color: Toledo. HEX triplet: 40, 21 and 2F. RGB value is (64,33,47). Sum of RGB (Red+Green+Blue) = 64+33+47=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40212F is #BFDED0. Grayscale: #2B2B2B. Windows color (decimal): -12574417 or 3088704. OLE color: 3088704.
HSL color Cylindrical-coordinate representation of color #40212F: hue angle of 332.9º degrees, saturation: 0.32, 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 #40212F is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 33 | 47 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.75 |
| HSL | 332.9º | 0.32% | 0.19% | - |
| HSV(B) | 332.9º | 0.48% | 0.25% | - |
| XYZ | 3.17 | 2.38 | 2.98 | - |
| YUV | 43.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 47 | 0 | 0.48 | 0.27 | 0.75 | 332.9 | 0.32 | 0.19 |
| Hex | 40 | 21 | 2F | 0 | 30 | 1B | 4B | 14D | 20 | 13 |
| Octal | 100 | 41 | 57 | 0 | 60 | 33 | 113 | 515 | 40 | 23 |
| Binary | 1000000 | 100001 | 101111 | 0 | 110000 | 11011 | 1001011 | 101001101 | 100000 | 10011 |
Color Harmonies of #40212F
Complementary color
Monochromatic Colors of #40212F
Black with #40212F
Text Example
Text Example
White with #40212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40212F; }
p { color: rgb(64,33,47); }
H1.HeaderClassName
{
color: #40212F;
}
.AnyTagClassName
{
color: #40212F;
}
</style>
background-color css
<style>
a { background-color: #40212F; }
a { background-color: rgb(64,33,47); }
div.DivClassName
{
background-color: #40212F;
}
.BgClassName
{
background-color: #40212F;
}
</style>
border-color css
<style>
span { border-color: #40212F; }
span { border-color: rgb(64,33,47); }
td.TdClassName
{
border-color: #40212F;
}
.TagClassName
{
border-color: #40212F;
}
</style>