Shades of Toledo #3E1F2D
Tints of Toledo #3E1F2D
RGB
CMYK
RGB Variations
Color information
#3E1F2D (or 0x3E1F2D) is known color: Toledo. HEX triplet: 3E, 1F and 2D. RGB value is (62,31,45). Sum of RGB (Red+Green+Blue) = 62+31+45=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1F2D is #C1E0D2. Grayscale: #292929. Windows color (decimal): -12706003 or 2957118. OLE color: 2957118.
HSL color Cylindrical-coordinate representation of color #3E1F2D: hue angle of 332.9º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E1F2D is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 31 | 45 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.76 |
| HSL | 332.9º | 0.33% | 0.18% | - |
| HSV(B) | 332.9º | 0.5% | 0.24% | - |
| XYZ | 2.95 | 2.19 | 2.75 | - |
| YUV | 41.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 31 | 45 | 0 | 0.5 | 0.27 | 0.76 | 332.9 | 0.33 | 0.18 |
| Hex | 3E | 1F | 2D | 0 | 32 | 1B | 4C | 14D | 21 | 12 |
| Octal | 76 | 37 | 55 | 0 | 62 | 33 | 114 | 515 | 41 | 22 |
| Binary | 111110 | 11111 | 101101 | 0 | 110010 | 11011 | 1001100 | 101001101 | 100001 | 10010 |
Color Harmonies of #3E1F2D
Complementary color
Monochromatic Colors of #3E1F2D
Black with #3E1F2D
Text Example
Text Example
White with #3E1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1F2D; }
p { color: rgb(62,31,45); }
H1.HeaderClassName
{
color: #3E1F2D;
}
.AnyTagClassName
{
color: #3E1F2D;
}
</style>
background-color css
<style>
a { background-color: #3E1F2D; }
a { background-color: rgb(62,31,45); }
div.DivClassName
{
background-color: #3E1F2D;
}
.BgClassName
{
background-color: #3E1F2D;
}
</style>
border-color css
<style>
span { border-color: #3E1F2D; }
span { border-color: rgb(62,31,45); }
td.TdClassName
{
border-color: #3E1F2D;
}
.TagClassName
{
border-color: #3E1F2D;
}
</style>