Shades of Toledo #3E2B33
Tints of Toledo #3E2B33
RGB
CMYK
RGB Variations
Color information
#3E2B33 (or 0x3E2B33) is known color: Toledo. HEX triplet: 3E, 2B and 33. RGB value is (62,43,51). Sum of RGB (Red+Green+Blue) = 62+43+51=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2B33 is #C1D4CC. Grayscale: #313131. Windows color (decimal): -12702925 or 3353406. OLE color: 3353406.
HSL color Cylindrical-coordinate representation of color #3E2B33: hue angle of 334.74º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E2B33 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 43 | 51 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.76 |
| HSL | 334.74º | 0.18% | 0.21% | - |
| HSV(B) | 334.74º | 0.31% | 0.24% | - |
| XYZ | 3.45 | 2.99 | 3.53 | - |
| YUV | 49.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 51 | 0 | 0.31 | 0.18 | 0.76 | 334.74 | 0.18 | 0.21 |
| Hex | 3E | 2B | 33 | 0 | 1F | 12 | 4C | 14F | 12 | 15 |
| Octal | 76 | 53 | 63 | 0 | 37 | 22 | 114 | 517 | 22 | 25 |
| Binary | 111110 | 101011 | 110011 | 0 | 11111 | 10010 | 1001100 | 101001111 | 10010 | 10101 |
Color Harmonies of #3E2B33
Complementary color
Monochromatic Colors of #3E2B33
Black with #3E2B33
Text Example
Text Example
White with #3E2B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B33; }
p { color: rgb(62,43,51); }
H1.HeaderClassName
{
color: #3E2B33;
}
.AnyTagClassName
{
color: #3E2B33;
}
</style>
background-color css
<style>
a { background-color: #3E2B33; }
a { background-color: rgb(62,43,51); }
div.DivClassName
{
background-color: #3E2B33;
}
.BgClassName
{
background-color: #3E2B33;
}
</style>
border-color css
<style>
span { border-color: #3E2B33; }
span { border-color: rgb(62,43,51); }
td.TdClassName
{
border-color: #3E2B33;
}
.TagClassName
{
border-color: #3E2B33;
}
</style>