Shades of Toledo #40202F
Tints of Toledo #40202F
RGB
CMYK
RGB Variations
Color information
#40202F (or 0x40202F) is known color: Toledo. HEX triplet: 40, 20 and 2F. RGB value is (64,32,47). Sum of RGB (Red+Green+Blue) = 64+32+47=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #40202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40202F is #BFDFD0. Grayscale: #2B2B2B. Windows color (decimal): -12574673 or 3088448. OLE color: 3088448.
HSL color Cylindrical-coordinate representation of color #40202F: hue angle of 331.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40202F is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 32 | 47 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.75 |
| HSL | 331.88º | 0.33% | 0.19% | - |
| HSV(B) | 331.88º | 0.5% | 0.25% | - |
| XYZ | 3.14 | 2.33 | 2.97 | - |
| YUV | 43.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 47 | 0 | 0.50 | 0.27 | 0.75 | 331.88 | 0.33 | 0.19 |
| Hex | 40 | 20 | 2F | 0 | 32 | 1B | 4B | 14C | 21 | 13 |
| Octal | 100 | 40 | 57 | 0 | 62 | 33 | 113 | 514 | 41 | 23 |
| Binary | 1000000 | 100000 | 101111 | 0 | 110010 | 11011 | 1001011 | 101001100 | 100001 | 10011 |
Color Harmonies of #40202F
Complementary color
Monochromatic Colors of #40202F
Black with #40202F
Text Example
Text Example
White with #40202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40202F; }
p { color: rgb(64,32,47); }
H1.HeaderClassName
{
color: #40202F;
}
.AnyTagClassName
{
color: #40202F;
}
</style>
background-color css
<style>
a { background-color: #40202F; }
a { background-color: rgb(64,32,47); }
div.DivClassName
{
background-color: #40202F;
}
.BgClassName
{
background-color: #40202F;
}
</style>
border-color css
<style>
span { border-color: #40202F; }
span { border-color: rgb(64,32,47); }
td.TdClassName
{
border-color: #40202F;
}
.TagClassName
{
border-color: #40202F;
}
</style>