Shades of Toledo #37292F
Tints of Toledo #37292F
RGB
CMYK
RGB Variations
Color information
#37292F (or 0x37292F) is known color: Toledo. HEX triplet: 37, 29 and 2F. RGB value is (55,41,47). Sum of RGB (Red+Green+Blue) = 55+41+47=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 55 - color contains mainly: red. Hex color #37292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37292F is #C8D6D0. Grayscale: #2D2D2D. Windows color (decimal): -13162193 or 3090743. OLE color: 3090743.
HSL color Cylindrical-coordinate representation of color #37292F: hue angle of 334.29º 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 #37292F is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 41 | 47 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.78 |
| HSL | 334.29º | 0.15% | 0.19% | - |
| HSV(B) | 334.29º | 0.25% | 0.22% | - |
| XYZ | 2.88 | 2.6 | 3.04 | - |
| YUV | 45.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 47 | 0 | 0.25 | 0.15 | 0.78 | 334.29 | 0.15 | 0.19 |
| Hex | 37 | 29 | 2F | 0 | 19 | F | 4E | 14E | F | 13 |
| Octal | 67 | 51 | 57 | 0 | 31 | 17 | 116 | 516 | 17 | 23 |
| Binary | 110111 | 101001 | 101111 | 0 | 11001 | 1111 | 1001110 | 101001110 | 1111 | 10011 |
Color Harmonies of #37292F
Complementary color
Monochromatic Colors of #37292F
Black with #37292F
Text Example
Text Example
White with #37292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37292F; }
p { color: rgb(55,41,47); }
H1.HeaderClassName
{
color: #37292F;
}
.AnyTagClassName
{
color: #37292F;
}
</style>
background-color css
<style>
a { background-color: #37292F; }
a { background-color: rgb(55,41,47); }
div.DivClassName
{
background-color: #37292F;
}
.BgClassName
{
background-color: #37292F;
}
</style>
border-color css
<style>
span { border-color: #37292F; }
span { border-color: rgb(55,41,47); }
td.TdClassName
{
border-color: #37292F;
}
.TagClassName
{
border-color: #37292F;
}
</style>