Shades of Toledo #3E2A35
Tints of Toledo #3E2A35
RGB
CMYK
RGB Variations
Color information
#3E2A35 (or 0x3E2A35) is known color: Toledo. HEX triplet: 3E, 2A and 35. RGB value is (62,42,53). Sum of RGB (Red+Green+Blue) = 62+42+53=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2A35 is #C1D5CA. Grayscale: #313131. Windows color (decimal): -12703179 or 3484222. OLE color: 3484222.
HSL color Cylindrical-coordinate representation of color #3E2A35: hue angle of 327º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E2A35 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 42 | 53 | - |
CMYK | 0 | 0.32 | 0.15 | 0.76 |
HSL | 327º | 0.19% | 0.2% | - |
HSV(B) | 327º | 0.32% | 0.24% | - |
XYZ | 3.46 | 2.94 | 3.75 | - |
YUV | 49.23 | 130.13 | 137.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 42 | 53 | 0 | 0.32 | 0.15 | 0.76 | 327 | 0.19 | 0.2 |
Hex | 3E | 2A | 35 | 0 | 20 | F | 4C | 147 | 13 | 14 |
Octal | 76 | 52 | 65 | 0 | 40 | 17 | 114 | 507 | 23 | 24 |
Binary | 111110 | 101010 | 110101 | 0 | 100000 | 1111 | 1001100 | 101000111 | 10011 | 10100 |
Color Harmonies of #3E2A35
Complementary color
Monochromatic Colors of #3E2A35
Black with #3E2A35
Text Example
Text Example
White with #3E2A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A35; }
p { color: rgb(62,42,53); }
H1.HeaderClassName
{
color: #3E2A35;
}
.AnyTagClassName
{
color: #3E2A35;
}
</style>
background-color css
<style>
a { background-color: #3E2A35; }
a { background-color: rgb(62,42,53); }
div.DivClassName
{
background-color: #3E2A35;
}
.BgClassName
{
background-color: #3E2A35;
}
</style>
border-color css
<style>
span { border-color: #3E2A35; }
span { border-color: rgb(62,42,53); }
td.TdClassName
{
border-color: #3E2A35;
}
.TagClassName
{
border-color: #3E2A35;
}
</style>