Shades of Toledo #3B222D
Tints of Toledo #3B222D
RGB
CMYK
RGB Variations
Color information
#3B222D (or 0x3B222D) is known color: Toledo. HEX triplet: 3B, 22 and 2D. RGB value is (59,34,45). Sum of RGB (Red+Green+Blue) = 59+34+45=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B222D is #C4DDD2. Grayscale: #2A2A2A. Windows color (decimal): -12901843 or 2957883. OLE color: 2957883.
HSL color Cylindrical-coordinate representation of color #3B222D: hue angle of 333.6º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B222D is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 34 | 45 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.77 |
| HSL | 333.6º | 0.27% | 0.18% | - |
| HSV(B) | 333.6º | 0.42% | 0.23% | - |
| XYZ | 2.85 | 2.26 | 2.77 | - |
| YUV | 42.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 45 | 0 | 0.42 | 0.24 | 0.77 | 333.6 | 0.27 | 0.18 |
| Hex | 3B | 22 | 2D | 0 | 2A | 18 | 4D | 14E | 1B | 12 |
| Octal | 73 | 42 | 55 | 0 | 52 | 30 | 115 | 516 | 33 | 22 |
| Binary | 111011 | 100010 | 101101 | 0 | 101010 | 11000 | 1001101 | 101001110 | 11011 | 10010 |
Color Harmonies of #3B222D
Complementary color
Monochromatic Colors of #3B222D
Black with #3B222D
Text Example
Text Example
White with #3B222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B222D; }
p { color: rgb(59,34,45); }
H1.HeaderClassName
{
color: #3B222D;
}
.AnyTagClassName
{
color: #3B222D;
}
</style>
background-color css
<style>
a { background-color: #3B222D; }
a { background-color: rgb(59,34,45); }
div.DivClassName
{
background-color: #3B222D;
}
.BgClassName
{
background-color: #3B222D;
}
</style>
border-color css
<style>
span { border-color: #3B222D; }
span { border-color: rgb(59,34,45); }
td.TdClassName
{
border-color: #3B222D;
}
.TagClassName
{
border-color: #3B222D;
}
</style>