Shades of Toledo #37232D
Tints of Toledo #37232D
RGB
CMYK
RGB Variations
Color information
#37232D (or 0x37232D) is known color: Toledo. HEX triplet: 37, 23 and 2D. RGB value is (55,35,45). Sum of RGB (Red+Green+Blue) = 55+35+45=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #37232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37232D is #C8DCD2. Grayscale: #2A2A2A. Windows color (decimal): -13163731 or 2958135. OLE color: 2958135.
HSL color Cylindrical-coordinate representation of color #37232D: hue angle of 330º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #37232D is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 35 | 45 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.78 |
| HSL | 330º | 0.22% | 0.18% | - |
| HSV(B) | 330º | 0.36% | 0.22% | - |
| XYZ | 2.65 | 2.2 | 2.77 | - |
| YUV | 42.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 45 | 0 | 0.36 | 0.18 | 0.78 | 330 | 0.22 | 0.18 |
| Hex | 37 | 23 | 2D | 0 | 24 | 12 | 4E | 14A | 16 | 12 |
| Octal | 67 | 43 | 55 | 0 | 44 | 22 | 116 | 512 | 26 | 22 |
| Binary | 110111 | 100011 | 101101 | 0 | 100100 | 10010 | 1001110 | 101001010 | 10110 | 10010 |
Color Harmonies of #37232D
Complementary color
Monochromatic Colors of #37232D
Black with #37232D
Text Example
Text Example
White with #37232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37232D; }
p { color: rgb(55,35,45); }
H1.HeaderClassName
{
color: #37232D;
}
.AnyTagClassName
{
color: #37232D;
}
</style>
background-color css
<style>
a { background-color: #37232D; }
a { background-color: rgb(55,35,45); }
div.DivClassName
{
background-color: #37232D;
}
.BgClassName
{
background-color: #37232D;
}
</style>
border-color css
<style>
span { border-color: #37232D; }
span { border-color: rgb(55,35,45); }
td.TdClassName
{
border-color: #37232D;
}
.TagClassName
{
border-color: #37232D;
}
</style>