Shades of Toledo #3E2933
Tints of Toledo #3E2933
RGB
CMYK
RGB Variations
Color information
#3E2933 (or 0x3E2933) is known color: Toledo. HEX triplet: 3E, 29 and 33. RGB value is (62,41,51). Sum of RGB (Red+Green+Blue) = 62+41+51=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2933 is #C1D6CC. Grayscale: #303030. Windows color (decimal): -12703437 or 3352894. OLE color: 3352894.
HSL color Cylindrical-coordinate representation of color #3E2933: hue angle of 331.43º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E2933 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 41 | 51 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.76 |
| HSL | 331.43º | 0.2% | 0.2% | - |
| HSV(B) | 331.43º | 0.34% | 0.24% | - |
| XYZ | 3.38 | 2.85 | 3.5 | - |
| YUV | 48.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 51 | 0 | 0.34 | 0.18 | 0.76 | 331.43 | 0.2 | 0.2 |
| Hex | 3E | 29 | 33 | 0 | 22 | 12 | 4C | 14B | 14 | 14 |
| Octal | 76 | 51 | 63 | 0 | 42 | 22 | 114 | 513 | 24 | 24 |
| Binary | 111110 | 101001 | 110011 | 0 | 100010 | 10010 | 1001100 | 101001011 | 10100 | 10100 |
Color Harmonies of #3E2933
Complementary color
Monochromatic Colors of #3E2933
Black with #3E2933
Text Example
Text Example
White with #3E2933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2933; }
p { color: rgb(62,41,51); }
H1.HeaderClassName
{
color: #3E2933;
}
.AnyTagClassName
{
color: #3E2933;
}
</style>
background-color css
<style>
a { background-color: #3E2933; }
a { background-color: rgb(62,41,51); }
div.DivClassName
{
background-color: #3E2933;
}
.BgClassName
{
background-color: #3E2933;
}
</style>
border-color css
<style>
span { border-color: #3E2933; }
span { border-color: rgb(62,41,51); }
td.TdClassName
{
border-color: #3E2933;
}
.TagClassName
{
border-color: #3E2933;
}
</style>