Shades of Toledo #37262C
Tints of Toledo #37262C
RGB
CMYK
RGB Variations
Color information
#37262C (or 0x37262C) is known color: Toledo. HEX triplet: 37, 26 and 2C. RGB value is (55,38,44). Sum of RGB (Red+Green+Blue) = 55+38+44=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #37262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37262C is #C8D9D3. Grayscale: #2B2B2B. Windows color (decimal): -13162964 or 2893367. OLE color: 2893367.
HSL color Cylindrical-coordinate representation of color #37262C: hue angle of 338.82º 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 #37262C is Cyan = 0, Magento = 0.31, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 38 | 44 | - |
| CMYK | 0 | 0.31 | 0.2 | 0.78 |
| HSL | 338.82º | 0.18% | 0.18% | - |
| HSV(B) | 338.82º | 0.31% | 0.22% | - |
| XYZ | 2.72 | 2.38 | 2.7 | - |
| YUV | 43.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 44 | 0 | 0.31 | 0.2 | 0.78 | 338.82 | 0.18 | 0.18 |
| Hex | 37 | 26 | 2C | 0 | 1F | 14 | 4E | 153 | 12 | 12 |
| Octal | 67 | 46 | 54 | 0 | 37 | 24 | 116 | 523 | 22 | 22 |
| Binary | 110111 | 100110 | 101100 | 0 | 11111 | 10100 | 1001110 | 101010011 | 10010 | 10010 |
Color Harmonies of #37262C
Complementary color
Monochromatic Colors of #37262C
Black with #37262C
Text Example
Text Example
White with #37262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37262C; }
p { color: rgb(55,38,44); }
H1.HeaderClassName
{
color: #37262C;
}
.AnyTagClassName
{
color: #37262C;
}
</style>
background-color css
<style>
a { background-color: #37262C; }
a { background-color: rgb(55,38,44); }
div.DivClassName
{
background-color: #37262C;
}
.BgClassName
{
background-color: #37262C;
}
</style>
border-color css
<style>
span { border-color: #37262C; }
span { border-color: rgb(55,38,44); }
td.TdClassName
{
border-color: #37262C;
}
.TagClassName
{
border-color: #37262C;
}
</style>