Shades of Toledo #37222E
Tints of Toledo #37222E
RGB
CMYK
RGB Variations
Color information
#37222E (or 0x37222E) is known color: Toledo. HEX triplet: 37, 22 and 2E. RGB value is (55,34,46). Sum of RGB (Red+Green+Blue) = 55+34+46=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #37222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37222E is #C8DDD1. Grayscale: #292929. Windows color (decimal): -13163986 or 3023415. OLE color: 3023415.
HSL color Cylindrical-coordinate representation of color #37222E: hue angle of 325.71º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #37222E is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 34 | 46 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.78 |
| HSL | 325.71º | 0.24% | 0.17% | - |
| HSV(B) | 325.71º | 0.38% | 0.22% | - |
| XYZ | 2.64 | 2.15 | 2.86 | - |
| YUV | 41.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 46 | 0 | 0.38 | 0.16 | 0.78 | 325.71 | 0.24 | 0.17 |
| Hex | 37 | 22 | 2E | 0 | 26 | 10 | 4E | 146 | 18 | 11 |
| Octal | 67 | 42 | 56 | 0 | 46 | 20 | 116 | 506 | 30 | 21 |
| Binary | 110111 | 100010 | 101110 | 0 | 100110 | 10000 | 1001110 | 101000110 | 11000 | 10001 |
Color Harmonies of #37222E
Complementary color
Monochromatic Colors of #37222E
Black with #37222E
Text Example
Text Example
White with #37222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37222E; }
p { color: rgb(55,34,46); }
H1.HeaderClassName
{
color: #37222E;
}
.AnyTagClassName
{
color: #37222E;
}
</style>
background-color css
<style>
a { background-color: #37222E; }
a { background-color: rgb(55,34,46); }
div.DivClassName
{
background-color: #37222E;
}
.BgClassName
{
background-color: #37222E;
}
</style>
border-color css
<style>
span { border-color: #37222E; }
span { border-color: rgb(55,34,46); }
td.TdClassName
{
border-color: #37222E;
}
.TagClassName
{
border-color: #37222E;
}
</style>