Shades of Toledo #402330
Tints of Toledo #402330
RGB
CMYK
RGB Variations
Color information
#402330 (or 0x402330) is known color: Toledo. HEX triplet: 40, 23 and 30. RGB value is (64,35,48). Sum of RGB (Red+Green+Blue) = 64+35+48=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #402330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402330 is #BFDCCF. Grayscale: #2D2D2D. Windows color (decimal): -12573904 or 3154752. OLE color: 3154752.
HSL color Cylindrical-coordinate representation of color #402330: hue angle of 333.1º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #402330 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 48 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.75 |
| HSL | 333.1º | 0.29% | 0.19% | - |
| HSV(B) | 333.1º | 0.45% | 0.25% | - |
| XYZ | 3.25 | 2.51 | 3.11 | - |
| YUV | 45.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 48 | 0 | 0.45 | 0.25 | 0.75 | 333.1 | 0.29 | 0.19 |
| Hex | 40 | 23 | 30 | 0 | 2D | 19 | 4B | 14D | 1D | 13 |
| Octal | 100 | 43 | 60 | 0 | 55 | 31 | 113 | 515 | 35 | 23 |
| Binary | 1000000 | 100011 | 110000 | 0 | 101101 | 11001 | 1001011 | 101001101 | 11101 | 10011 |
Color Harmonies of #402330
Complementary color
Monochromatic Colors of #402330
Black with #402330
Text Example
Text Example
White with #402330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402330; }
p { color: rgb(64,35,48); }
H1.HeaderClassName
{
color: #402330;
}
.AnyTagClassName
{
color: #402330;
}
</style>
background-color css
<style>
a { background-color: #402330; }
a { background-color: rgb(64,35,48); }
div.DivClassName
{
background-color: #402330;
}
.BgClassName
{
background-color: #402330;
}
</style>
border-color css
<style>
span { border-color: #402330; }
span { border-color: rgb(64,35,48); }
td.TdClassName
{
border-color: #402330;
}
.TagClassName
{
border-color: #402330;
}
</style>