Shades of Toledo #37222C
Tints of Toledo #37222C
RGB
CMYK
RGB Variations
Color information
#37222C (or 0x37222C) is known color: Toledo. HEX triplet: 37, 22 and 2C. RGB value is (55,34,44). Sum of RGB (Red+Green+Blue) = 55+34+44=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 55 - color contains mainly: red. Hex color #37222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37222C is #C8DDD3. Grayscale: #292929. Windows color (decimal): -13163988 or 2892343. OLE color: 2892343.
HSL color Cylindrical-coordinate representation of color #37222C: hue angle of 331.43º 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 #37222C is Cyan = 0, Magento = 0.38, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 34 | 44 | - |
| CMYK | 0 | 0.38 | 0.2 | 0.78 |
| HSL | 331.43º | 0.24% | 0.17% | - |
| HSV(B) | 331.43º | 0.38% | 0.22% | - |
| XYZ | 2.6 | 2.14 | 2.66 | - |
| YUV | 41.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 44 | 0 | 0.38 | 0.2 | 0.78 | 331.43 | 0.24 | 0.17 |
| Hex | 37 | 22 | 2C | 0 | 26 | 14 | 4E | 14B | 18 | 11 |
| Octal | 67 | 42 | 54 | 0 | 46 | 24 | 116 | 513 | 30 | 21 |
| Binary | 110111 | 100010 | 101100 | 0 | 100110 | 10100 | 1001110 | 101001011 | 11000 | 10001 |
Color Harmonies of #37222C
Complementary color
Monochromatic Colors of #37222C
Black with #37222C
Text Example
Text Example
White with #37222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37222C; }
p { color: rgb(55,34,44); }
H1.HeaderClassName
{
color: #37222C;
}
.AnyTagClassName
{
color: #37222C;
}
</style>
background-color css
<style>
a { background-color: #37222C; }
a { background-color: rgb(55,34,44); }
div.DivClassName
{
background-color: #37222C;
}
.BgClassName
{
background-color: #37222C;
}
</style>
border-color css
<style>
span { border-color: #37222C; }
span { border-color: rgb(55,34,44); }
td.TdClassName
{
border-color: #37222C;
}
.TagClassName
{
border-color: #37222C;
}
</style>