Shades of Toledo #371C27
Tints of Toledo #371C27
RGB
CMYK
RGB Variations
Color information
#371C27 (or 0x371C27) is known color: Toledo. HEX triplet: 37, 1C and 27. RGB value is (55,28,39). Sum of RGB (Red+Green+Blue) = 55+28+39=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #371C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C27 is #C8E3D8. Grayscale: #252525. Windows color (decimal): -13165529 or 2563127. OLE color: 2563127.
HSL color Cylindrical-coordinate representation of color #371C27: hue angle of 335.56º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #371C27 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 28 | 39 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.78 |
| HSL | 335.56º | 0.33% | 0.16% | - |
| HSV(B) | 335.56º | 0.49% | 0.22% | - |
| XYZ | 2.36 | 1.79 | 2.14 | - |
| YUV | 37.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 39 | 0 | 0.49 | 0.29 | 0.78 | 335.56 | 0.33 | 0.16 |
| Hex | 37 | 1C | 27 | 0 | 31 | 1D | 4E | 150 | 21 | 10 |
| Octal | 67 | 34 | 47 | 0 | 61 | 35 | 116 | 520 | 41 | 20 |
| Binary | 110111 | 11100 | 100111 | 0 | 110001 | 11101 | 1001110 | 101010000 | 100001 | 10000 |
Color Harmonies of #371C27
Complementary color
Monochromatic Colors of #371C27
Black with #371C27
Text Example
Text Example
White with #371C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C27; }
p { color: rgb(55,28,39); }
H1.HeaderClassName
{
color: #371C27;
}
.AnyTagClassName
{
color: #371C27;
}
</style>
background-color css
<style>
a { background-color: #371C27; }
a { background-color: rgb(55,28,39); }
div.DivClassName
{
background-color: #371C27;
}
.BgClassName
{
background-color: #371C27;
}
</style>
border-color css
<style>
span { border-color: #371C27; }
span { border-color: rgb(55,28,39); }
td.TdClassName
{
border-color: #371C27;
}
.TagClassName
{
border-color: #371C27;
}
</style>