Shades of Toledo #401F2E
Tints of Toledo #401F2E
RGB
CMYK
RGB Variations
Color information
#401F2E (or 0x401F2E) is known color: Toledo. HEX triplet: 40, 1F and 2E. RGB value is (64,31,46). Sum of RGB (Red+Green+Blue) = 64+31+46=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #401F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F2E is #BFE0D1. Grayscale: #2A2A2A. Windows color (decimal): -12574930 or 3022656. OLE color: 3022656.
HSL color Cylindrical-coordinate representation of color #401F2E: hue angle of 332.73º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #401F2E is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 31 | 46 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.75 |
| HSL | 332.73º | 0.35% | 0.19% | - |
| HSV(B) | 332.73º | 0.52% | 0.25% | - |
| XYZ | 3.1 | 2.27 | 2.86 | - |
| YUV | 42.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 46 | 0 | 0.52 | 0.28 | 0.75 | 332.73 | 0.35 | 0.19 |
| Hex | 40 | 1F | 2E | 0 | 34 | 1C | 4B | 14D | 23 | 13 |
| Octal | 100 | 37 | 56 | 0 | 64 | 34 | 113 | 515 | 43 | 23 |
| Binary | 1000000 | 11111 | 101110 | 0 | 110100 | 11100 | 1001011 | 101001101 | 100011 | 10011 |
Color Harmonies of #401F2E
Complementary color
Monochromatic Colors of #401F2E
Black with #401F2E
Text Example
Text Example
White with #401F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F2E; }
p { color: rgb(64,31,46); }
H1.HeaderClassName
{
color: #401F2E;
}
.AnyTagClassName
{
color: #401F2E;
}
</style>
background-color css
<style>
a { background-color: #401F2E; }
a { background-color: rgb(64,31,46); }
div.DivClassName
{
background-color: #401F2E;
}
.BgClassName
{
background-color: #401F2E;
}
</style>
border-color css
<style>
span { border-color: #401F2E; }
span { border-color: rgb(64,31,46); }
td.TdClassName
{
border-color: #401F2E;
}
.TagClassName
{
border-color: #401F2E;
}
</style>