Shades of Toledo #371F2C
Tints of Toledo #371F2C
RGB
CMYK
RGB Variations
Color information
#371F2C (or 0x371F2C) is known color: Toledo. HEX triplet: 37, 1F and 2C. RGB value is (55,31,44). Sum of RGB (Red+Green+Blue) = 55+31+44=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #371F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F2C is #C8E0D3. Grayscale: #272727. Windows color (decimal): -13164756 or 2891575. OLE color: 2891575.
HSL color Cylindrical-coordinate representation of color #371F2C: hue angle of 327.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #371F2C is Cyan = 0, Magento = 0.44, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 31 | 44 | - |
| CMYK | 0 | 0.44 | 0.2 | 0.78 |
| HSL | 327.5º | 0.28% | 0.17% | - |
| HSV(B) | 327.5º | 0.44% | 0.22% | - |
| XYZ | 2.52 | 1.97 | 2.63 | - |
| YUV | 39.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 44 | 0 | 0.44 | 0.2 | 0.78 | 327.5 | 0.28 | 0.17 |
| Hex | 37 | 1F | 2C | 0 | 2C | 14 | 4E | 148 | 1C | 11 |
| Octal | 67 | 37 | 54 | 0 | 54 | 24 | 116 | 510 | 34 | 21 |
| Binary | 110111 | 11111 | 101100 | 0 | 101100 | 10100 | 1001110 | 101001000 | 11100 | 10001 |
Color Harmonies of #371F2C
Complementary color
Monochromatic Colors of #371F2C
Black with #371F2C
Text Example
Text Example
White with #371F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F2C; }
p { color: rgb(55,31,44); }
H1.HeaderClassName
{
color: #371F2C;
}
.AnyTagClassName
{
color: #371F2C;
}
</style>
background-color css
<style>
a { background-color: #371F2C; }
a { background-color: rgb(55,31,44); }
div.DivClassName
{
background-color: #371F2C;
}
.BgClassName
{
background-color: #371F2C;
}
</style>
border-color css
<style>
span { border-color: #371F2C; }
span { border-color: rgb(55,31,44); }
td.TdClassName
{
border-color: #371F2C;
}
.TagClassName
{
border-color: #371F2C;
}
</style>