Shades of Toledo #3B2C33
Tints of Toledo #3B2C33
RGB
CMYK
RGB Variations
Color information
#3B2C33 (or 0x3B2C33) is known color: Toledo. HEX triplet: 3B, 2C and 33. RGB value is (59,44,51). Sum of RGB (Red+Green+Blue) = 59+44+51=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C33 is #C4D3CC. Grayscale: #313131. Windows color (decimal): -12899277 or 3353659. OLE color: 3353659.
HSL color Cylindrical-coordinate representation of color #3B2C33: hue angle of 332º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B2C33 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 44 | 51 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.77 |
| HSL | 332º | 0.15% | 0.2% | - |
| HSV(B) | 332º | 0.25% | 0.23% | - |
| XYZ | 3.3 | 2.97 | 3.53 | - |
| YUV | 49.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 51 | 0 | 0.25 | 0.14 | 0.77 | 332 | 0.15 | 0.2 |
| Hex | 3B | 2C | 33 | 0 | 19 | E | 4D | 14C | F | 14 |
| Octal | 73 | 54 | 63 | 0 | 31 | 16 | 115 | 514 | 17 | 24 |
| Binary | 111011 | 101100 | 110011 | 0 | 11001 | 1110 | 1001101 | 101001100 | 1111 | 10100 |
Color Harmonies of #3B2C33
Complementary color
Monochromatic Colors of #3B2C33
Black with #3B2C33
Text Example
Text Example
White with #3B2C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C33; }
p { color: rgb(59,44,51); }
H1.HeaderClassName
{
color: #3B2C33;
}
.AnyTagClassName
{
color: #3B2C33;
}
</style>
background-color css
<style>
a { background-color: #3B2C33; }
a { background-color: rgb(59,44,51); }
div.DivClassName
{
background-color: #3B2C33;
}
.BgClassName
{
background-color: #3B2C33;
}
</style>
border-color css
<style>
span { border-color: #3B2C33; }
span { border-color: rgb(59,44,51); }
td.TdClassName
{
border-color: #3B2C33;
}
.TagClassName
{
border-color: #3B2C33;
}
</style>