Shades of Toledo #371F29
Tints of Toledo #371F29
RGB
CMYK
RGB Variations
Color information
#371F29 (or 0x371F29) is known color: Toledo. HEX triplet: 37, 1F and 29. RGB value is (55,31,41). Sum of RGB (Red+Green+Blue) = 55+31+41=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #371F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F29 is #C8E0D6. Grayscale: #272727. Windows color (decimal): -13164759 or 2694967. OLE color: 2694967.
HSL color Cylindrical-coordinate representation of color #371F29: hue angle of 335º 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 #371F29 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 31 | 41 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.78 |
| HSL | 335º | 0.28% | 0.17% | - |
| HSV(B) | 335º | 0.44% | 0.22% | - |
| XYZ | 2.47 | 1.95 | 2.34 | - |
| YUV | 39.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 41 | 0 | 0.44 | 0.25 | 0.78 | 335 | 0.28 | 0.17 |
| Hex | 37 | 1F | 29 | 0 | 2C | 19 | 4E | 14F | 1C | 11 |
| Octal | 67 | 37 | 51 | 0 | 54 | 31 | 116 | 517 | 34 | 21 |
| Binary | 110111 | 11111 | 101001 | 0 | 101100 | 11001 | 1001110 | 101001111 | 11100 | 10001 |
Color Harmonies of #371F29
Complementary color
Monochromatic Colors of #371F29
Black with #371F29
Text Example
Text Example
White with #371F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F29; }
p { color: rgb(55,31,41); }
H1.HeaderClassName
{
color: #371F29;
}
.AnyTagClassName
{
color: #371F29;
}
</style>
background-color css
<style>
a { background-color: #371F29; }
a { background-color: rgb(55,31,41); }
div.DivClassName
{
background-color: #371F29;
}
.BgClassName
{
background-color: #371F29;
}
</style>
border-color css
<style>
span { border-color: #371F29; }
span { border-color: rgb(55,31,41); }
td.TdClassName
{
border-color: #371F29;
}
.TagClassName
{
border-color: #371F29;
}
</style>