Shades of Toledo #371F2A
Tints of Toledo #371F2A
RGB
CMYK
RGB Variations
Color information
#371F2A (or 0x371F2A) is known color: Toledo. HEX triplet: 37, 1F and 2A. RGB value is (55,31,42). Sum of RGB (Red+Green+Blue) = 55+31+42=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #371F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F2A is #C8E0D5. Grayscale: #272727. Windows color (decimal): -13164758 or 2760503. OLE color: 2760503.
HSL color Cylindrical-coordinate representation of color #371F2A: hue angle of 332.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 #371F2A is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 31 | 42 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.78 |
| HSL | 332.5º | 0.28% | 0.17% | - |
| HSV(B) | 332.5º | 0.44% | 0.22% | - |
| XYZ | 2.48 | 1.96 | 2.44 | - |
| YUV | 39.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 42 | 0 | 0.44 | 0.24 | 0.78 | 332.5 | 0.28 | 0.17 |
| Hex | 37 | 1F | 2A | 0 | 2C | 18 | 4E | 14C | 1C | 11 |
| Octal | 67 | 37 | 52 | 0 | 54 | 30 | 116 | 514 | 34 | 21 |
| Binary | 110111 | 11111 | 101010 | 0 | 101100 | 11000 | 1001110 | 101001100 | 11100 | 10001 |
Color Harmonies of #371F2A
Complementary color
Monochromatic Colors of #371F2A
Black with #371F2A
Text Example
Text Example
White with #371F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F2A; }
p { color: rgb(55,31,42); }
H1.HeaderClassName
{
color: #371F2A;
}
.AnyTagClassName
{
color: #371F2A;
}
</style>
background-color css
<style>
a { background-color: #371F2A; }
a { background-color: rgb(55,31,42); }
div.DivClassName
{
background-color: #371F2A;
}
.BgClassName
{
background-color: #371F2A;
}
</style>
border-color css
<style>
span { border-color: #371F2A; }
span { border-color: rgb(55,31,42); }
td.TdClassName
{
border-color: #371F2A;
}
.TagClassName
{
border-color: #371F2A;
}
</style>