Shades of Toledo #3E2130
Tints of Toledo #3E2130
RGB
CMYK
RGB Variations
Color information
#3E2130 (or 0x3E2130) is known color: Toledo. HEX triplet: 3E, 21 and 30. RGB value is (62,33,48). Sum of RGB (Red+Green+Blue) = 62+33+48=143 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.36% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2130 is #C1DECF. Grayscale: #2B2B2B. Windows color (decimal): -12705488 or 3154238. OLE color: 3154238.
HSL color Cylindrical-coordinate representation of color #3E2130: hue angle of 328.97º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E2130 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 33 | 48 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.76 |
| HSL | 328.97º | 0.31% | 0.19% | - |
| HSV(B) | 328.97º | 0.47% | 0.24% | - |
| XYZ | 3.06 | 2.33 | 3.08 | - |
| YUV | 43.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 48 | 0 | 0.47 | 0.23 | 0.76 | 328.97 | 0.31 | 0.19 |
| Hex | 3E | 21 | 30 | 0 | 2F | 17 | 4C | 149 | 1F | 13 |
| Octal | 76 | 41 | 60 | 0 | 57 | 27 | 114 | 511 | 37 | 23 |
| Binary | 111110 | 100001 | 110000 | 0 | 101111 | 10111 | 1001100 | 101001001 | 11111 | 10011 |
Color Harmonies of #3E2130
Complementary color
Monochromatic Colors of #3E2130
Black with #3E2130
Text Example
Text Example
White with #3E2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2130; }
p { color: rgb(62,33,48); }
H1.HeaderClassName
{
color: #3E2130;
}
.AnyTagClassName
{
color: #3E2130;
}
</style>
background-color css
<style>
a { background-color: #3E2130; }
a { background-color: rgb(62,33,48); }
div.DivClassName
{
background-color: #3E2130;
}
.BgClassName
{
background-color: #3E2130;
}
</style>
border-color css
<style>
span { border-color: #3E2130; }
span { border-color: rgb(62,33,48); }
td.TdClassName
{
border-color: #3E2130;
}
.TagClassName
{
border-color: #3E2130;
}
</style>