Shades of Toledo #371E2B
Tints of Toledo #371E2B
RGB
CMYK
RGB Variations
Color information
#371E2B (or 0x371E2B) is known color: Toledo. HEX triplet: 37, 1E and 2B. RGB value is (55,30,43). Sum of RGB (Red+Green+Blue) = 55+30+43=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #371E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E2B is #C8E1D4. Grayscale: #262626. Windows color (decimal): -13165013 or 2825783. OLE color: 2825783.
HSL color Cylindrical-coordinate representation of color #371E2B: hue angle of 328.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #371E2B is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 30 | 43 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.78 |
| HSL | 328.8º | 0.29% | 0.17% | - |
| HSV(B) | 328.8º | 0.45% | 0.22% | - |
| XYZ | 2.48 | 1.92 | 2.52 | - |
| YUV | 38.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 43 | 0 | 0.45 | 0.22 | 0.78 | 328.8 | 0.29 | 0.17 |
| Hex | 37 | 1E | 2B | 0 | 2D | 16 | 4E | 149 | 1D | 11 |
| Octal | 67 | 36 | 53 | 0 | 55 | 26 | 116 | 511 | 35 | 21 |
| Binary | 110111 | 11110 | 101011 | 0 | 101101 | 10110 | 1001110 | 101001001 | 11101 | 10001 |
Color Harmonies of #371E2B
Complementary color
Monochromatic Colors of #371E2B
Black with #371E2B
Text Example
Text Example
White with #371E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E2B; }
p { color: rgb(55,30,43); }
H1.HeaderClassName
{
color: #371E2B;
}
.AnyTagClassName
{
color: #371E2B;
}
</style>
background-color css
<style>
a { background-color: #371E2B; }
a { background-color: rgb(55,30,43); }
div.DivClassName
{
background-color: #371E2B;
}
.BgClassName
{
background-color: #371E2B;
}
</style>
border-color css
<style>
span { border-color: #371E2B; }
span { border-color: rgb(55,30,43); }
td.TdClassName
{
border-color: #371E2B;
}
.TagClassName
{
border-color: #371E2B;
}
</style>