Shades of Toledo #372B31
Tints of Toledo #372B31
RGB
CMYK
RGB Variations
Color information
#372B31 (or 0x372B31) is known color: Toledo. HEX triplet: 37, 2B and 31. RGB value is (55,43,49). Sum of RGB (Red+Green+Blue) = 55+43+49=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #372B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B31 is #C8D4CE. Grayscale: #2F2F2F. Windows color (decimal): -13161679 or 3222327. OLE color: 3222327.
HSL color Cylindrical-coordinate representation of color #372B31: hue angle of 330º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #372B31 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 43 | 49 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.78 |
| HSL | 330º | 0.12% | 0.19% | - |
| HSV(B) | 330º | 0.22% | 0.22% | - |
| XYZ | 2.99 | 2.76 | 3.28 | - |
| YUV | 47.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 49 | 0 | 0.22 | 0.11 | 0.78 | 330 | 0.12 | 0.19 |
| Hex | 37 | 2B | 31 | 0 | 16 | B | 4E | 14A | C | 13 |
| Octal | 67 | 53 | 61 | 0 | 26 | 13 | 116 | 512 | 14 | 23 |
| Binary | 110111 | 101011 | 110001 | 0 | 10110 | 1011 | 1001110 | 101001010 | 1100 | 10011 |
Color Harmonies of #372B31
Complementary color
Monochromatic Colors of #372B31
Black with #372B31
Text Example
Text Example
White with #372B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372B31; }
p { color: rgb(55,43,49); }
H1.HeaderClassName
{
color: #372B31;
}
.AnyTagClassName
{
color: #372B31;
}
</style>
background-color css
<style>
a { background-color: #372B31; }
a { background-color: rgb(55,43,49); }
div.DivClassName
{
background-color: #372B31;
}
.BgClassName
{
background-color: #372B31;
}
</style>
border-color css
<style>
span { border-color: #372B31; }
span { border-color: rgb(55,43,49); }
td.TdClassName
{
border-color: #372B31;
}
.TagClassName
{
border-color: #372B31;
}
</style>