Shades of Toledo #37292E
Tints of Toledo #37292E
RGB
CMYK
RGB Variations
Color information
#37292E (or 0x37292E) is known color: Toledo. HEX triplet: 37, 29 and 2E. RGB value is (55,41,46). Sum of RGB (Red+Green+Blue) = 55+41+46=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 55 - color contains mainly: red. Hex color #37292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37292E is #C8D6D1. Grayscale: #2D2D2D. Windows color (decimal): -13162194 or 3025207. OLE color: 3025207.
HSL color Cylindrical-coordinate representation of color #37292E: hue angle of 338.57º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #37292E is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 41 | 46 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.78 |
| HSL | 338.57º | 0.15% | 0.19% | - |
| HSV(B) | 338.57º | 0.25% | 0.22% | - |
| XYZ | 2.86 | 2.6 | 2.93 | - |
| YUV | 45.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 46 | 0 | 0.25 | 0.16 | 0.78 | 338.57 | 0.15 | 0.19 |
| Hex | 37 | 29 | 2E | 0 | 19 | 10 | 4E | 153 | F | 13 |
| Octal | 67 | 51 | 56 | 0 | 31 | 20 | 116 | 523 | 17 | 23 |
| Binary | 110111 | 101001 | 101110 | 0 | 11001 | 10000 | 1001110 | 101010011 | 1111 | 10011 |
Color Harmonies of #37292E
Complementary color
Monochromatic Colors of #37292E
Black with #37292E
Text Example
Text Example
White with #37292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37292E; }
p { color: rgb(55,41,46); }
H1.HeaderClassName
{
color: #37292E;
}
.AnyTagClassName
{
color: #37292E;
}
</style>
background-color css
<style>
a { background-color: #37292E; }
a { background-color: rgb(55,41,46); }
div.DivClassName
{
background-color: #37292E;
}
.BgClassName
{
background-color: #37292E;
}
</style>
border-color css
<style>
span { border-color: #37292E; }
span { border-color: rgb(55,41,46); }
td.TdClassName
{
border-color: #37292E;
}
.TagClassName
{
border-color: #37292E;
}
</style>