Shades of Toledo #402030
Tints of Toledo #402030
RGB
CMYK
RGB Variations
Color information
#402030 (or 0x402030) is known color: Toledo. HEX triplet: 40, 20 and 30. RGB value is (64,32,48). Sum of RGB (Red+Green+Blue) = 64+32+48=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #402030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402030 is #BFDFCF. Grayscale: #2B2B2B. Windows color (decimal): -12574672 or 3153984. OLE color: 3153984.
HSL color Cylindrical-coordinate representation of color #402030: hue angle of 330º 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 #402030 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 32 | 48 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.75 |
| HSL | 330º | 0.33% | 0.19% | - |
| HSV(B) | 330º | 0.5% | 0.25% | - |
| XYZ | 3.16 | 2.34 | 3.08 | - |
| YUV | 43.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 48 | 0 | 0.50 | 0.25 | 0.75 | 330 | 0.33 | 0.19 |
| Hex | 40 | 20 | 30 | 0 | 32 | 19 | 4B | 14A | 21 | 13 |
| Octal | 100 | 40 | 60 | 0 | 62 | 31 | 113 | 512 | 41 | 23 |
| Binary | 1000000 | 100000 | 110000 | 0 | 110010 | 11001 | 1001011 | 101001010 | 100001 | 10011 |
Color Harmonies of #402030
Complementary color
Monochromatic Colors of #402030
Black with #402030
Text Example
Text Example
White with #402030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402030; }
p { color: rgb(64,32,48); }
H1.HeaderClassName
{
color: #402030;
}
.AnyTagClassName
{
color: #402030;
}
</style>
background-color css
<style>
a { background-color: #402030; }
a { background-color: rgb(64,32,48); }
div.DivClassName
{
background-color: #402030;
}
.BgClassName
{
background-color: #402030;
}
</style>
border-color css
<style>
span { border-color: #402030; }
span { border-color: rgb(64,32,48); }
td.TdClassName
{
border-color: #402030;
}
.TagClassName
{
border-color: #402030;
}
</style>