Shades of Toledo #3E2230
Tints of Toledo #3E2230
RGB
CMYK
RGB Variations
Color information
#3E2230 (or 0x3E2230) is known color: Toledo. HEX triplet: 3E, 22 and 30. RGB value is (62,34,48). Sum of RGB (Red+Green+Blue) = 62+34+48=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2230 is #C1DDCF. Grayscale: #2B2B2B. Windows color (decimal): -12705232 or 3154494. OLE color: 3154494.
HSL color Cylindrical-coordinate representation of color #3E2230: hue angle of 330º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E2230 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 34 | 48 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.76 |
| HSL | 330º | 0.29% | 0.19% | - |
| HSV(B) | 330º | 0.45% | 0.24% | - |
| XYZ | 3.09 | 2.38 | 3.09 | - |
| YUV | 43.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 48 | 0 | 0.45 | 0.23 | 0.76 | 330 | 0.29 | 0.19 |
| Hex | 3E | 22 | 30 | 0 | 2D | 17 | 4C | 14A | 1D | 13 |
| Octal | 76 | 42 | 60 | 0 | 55 | 27 | 114 | 512 | 35 | 23 |
| Binary | 111110 | 100010 | 110000 | 0 | 101101 | 10111 | 1001100 | 101001010 | 11101 | 10011 |
Color Harmonies of #3E2230
Complementary color
Monochromatic Colors of #3E2230
Black with #3E2230
Text Example
Text Example
White with #3E2230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2230; }
p { color: rgb(62,34,48); }
H1.HeaderClassName
{
color: #3E2230;
}
.AnyTagClassName
{
color: #3E2230;
}
</style>
background-color css
<style>
a { background-color: #3E2230; }
a { background-color: rgb(62,34,48); }
div.DivClassName
{
background-color: #3E2230;
}
.BgClassName
{
background-color: #3E2230;
}
</style>
border-color css
<style>
span { border-color: #3E2230; }
span { border-color: rgb(62,34,48); }
td.TdClassName
{
border-color: #3E2230;
}
.TagClassName
{
border-color: #3E2230;
}
</style>