Shades of Toledo #37262D
Tints of Toledo #37262D
RGB
CMYK
RGB Variations
Color information
#37262D (or 0x37262D) is known color: Toledo. HEX triplet: 37, 26 and 2D. RGB value is (55,38,45). Sum of RGB (Red+Green+Blue) = 55+38+45=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #37262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37262D is #C8D9D2. Grayscale: #2B2B2B. Windows color (decimal): -13162963 or 2958903. OLE color: 2958903.
HSL color Cylindrical-coordinate representation of color #37262D: hue angle of 335.29º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #37262D is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 38 | 45 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.78 |
| HSL | 335.29º | 0.18% | 0.18% | - |
| HSV(B) | 335.29º | 0.31% | 0.22% | - |
| XYZ | 2.74 | 2.39 | 2.8 | - |
| YUV | 43.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 45 | 0 | 0.31 | 0.18 | 0.78 | 335.29 | 0.18 | 0.18 |
| Hex | 37 | 26 | 2D | 0 | 1F | 12 | 4E | 14F | 12 | 12 |
| Octal | 67 | 46 | 55 | 0 | 37 | 22 | 116 | 517 | 22 | 22 |
| Binary | 110111 | 100110 | 101101 | 0 | 11111 | 10010 | 1001110 | 101001111 | 10010 | 10010 |
Color Harmonies of #37262D
Complementary color
Monochromatic Colors of #37262D
Black with #37262D
Text Example
Text Example
White with #37262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37262D; }
p { color: rgb(55,38,45); }
H1.HeaderClassName
{
color: #37262D;
}
.AnyTagClassName
{
color: #37262D;
}
</style>
background-color css
<style>
a { background-color: #37262D; }
a { background-color: rgb(55,38,45); }
div.DivClassName
{
background-color: #37262D;
}
.BgClassName
{
background-color: #37262D;
}
</style>
border-color css
<style>
span { border-color: #37262D; }
span { border-color: rgb(55,38,45); }
td.TdClassName
{
border-color: #37262D;
}
.TagClassName
{
border-color: #37262D;
}
</style>