Shades of Toledo #372D31
Tints of Toledo #372D31
RGB
CMYK
RGB Variations
Color information
#372D31 (or 0x372D31) is known color: Toledo. HEX triplet: 37, 2D and 31. RGB value is (55,45,49). Sum of RGB (Red+Green+Blue) = 55+45+49=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 55 - color contains mainly: red. Hex color #372D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D31 is #C8D2CE. Grayscale: #303030. Windows color (decimal): -13161167 or 3222839. OLE color: 3222839.
HSL color Cylindrical-coordinate representation of color #372D31: hue angle of 336º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #372D31 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 45 | 49 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.78 |
| HSL | 336º | 0.1% | 0.2% | - |
| HSV(B) | 336º | 0.18% | 0.22% | - |
| XYZ | 3.07 | 2.91 | 3.31 | - |
| YUV | 48.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 49 | 0 | 0.18 | 0.11 | 0.78 | 336 | 0.1 | 0.2 |
| Hex | 37 | 2D | 31 | 0 | 12 | B | 4E | 150 | A | 14 |
| Octal | 67 | 55 | 61 | 0 | 22 | 13 | 116 | 520 | 12 | 24 |
| Binary | 110111 | 101101 | 110001 | 0 | 10010 | 1011 | 1001110 | 101010000 | 1010 | 10100 |
Color Harmonies of #372D31
Complementary color
Monochromatic Colors of #372D31
Black with #372D31
Text Example
Text Example
White with #372D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D31; }
p { color: rgb(55,45,49); }
H1.HeaderClassName
{
color: #372D31;
}
.AnyTagClassName
{
color: #372D31;
}
</style>
background-color css
<style>
a { background-color: #372D31; }
a { background-color: rgb(55,45,49); }
div.DivClassName
{
background-color: #372D31;
}
.BgClassName
{
background-color: #372D31;
}
</style>
border-color css
<style>
span { border-color: #372D31; }
span { border-color: rgb(55,45,49); }
td.TdClassName
{
border-color: #372D31;
}
.TagClassName
{
border-color: #372D31;
}
</style>