Shades of Toledo #391F2D
Tints of Toledo #391F2D
RGB
CMYK
RGB Variations
Color information
#391F2D (or 0x391F2D) is known color: Toledo. HEX triplet: 39, 1F and 2D. RGB value is (57,31,45). Sum of RGB (Red+Green+Blue) = 57+31+45=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #391F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391F2D is #C6E0D2. Grayscale: #282828. Windows color (decimal): -13033683 or 2957113. OLE color: 2957113.
HSL color Cylindrical-coordinate representation of color #391F2D: hue angle of 327.69º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #391F2D is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 31 | 45 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.78 |
| HSL | 327.69º | 0.3% | 0.17% | - |
| HSV(B) | 327.69º | 0.46% | 0.22% | - |
| XYZ | 2.65 | 2.04 | 2.74 | - |
| YUV | 40.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 31 | 45 | 0 | 0.46 | 0.21 | 0.78 | 327.69 | 0.3 | 0.17 |
| Hex | 39 | 1F | 2D | 0 | 2E | 15 | 4E | 148 | 1E | 11 |
| Octal | 71 | 37 | 55 | 0 | 56 | 25 | 116 | 510 | 36 | 21 |
| Binary | 111001 | 11111 | 101101 | 0 | 101110 | 10101 | 1001110 | 101001000 | 11110 | 10001 |
Color Harmonies of #391F2D
Complementary color
Monochromatic Colors of #391F2D
Black with #391F2D
Text Example
Text Example
White with #391F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391F2D; }
p { color: rgb(57,31,45); }
H1.HeaderClassName
{
color: #391F2D;
}
.AnyTagClassName
{
color: #391F2D;
}
</style>
background-color css
<style>
a { background-color: #391F2D; }
a { background-color: rgb(57,31,45); }
div.DivClassName
{
background-color: #391F2D;
}
.BgClassName
{
background-color: #391F2D;
}
</style>
border-color css
<style>
span { border-color: #391F2D; }
span { border-color: rgb(57,31,45); }
td.TdClassName
{
border-color: #391F2D;
}
.TagClassName
{
border-color: #391F2D;
}
</style>