Shades of Toledo #391F2A
Tints of Toledo #391F2A
RGB
CMYK
RGB Variations
Color information
#391F2A (or 0x391F2A) is known color: Toledo. HEX triplet: 39, 1F and 2A. RGB value is (57,31,42). Sum of RGB (Red+Green+Blue) = 57+31+42=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #391F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391F2A is #C6E0D5. Grayscale: #282828. Windows color (decimal): -13033686 or 2760505. OLE color: 2760505.
HSL color Cylindrical-coordinate representation of color #391F2A: hue angle of 334.62º 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 #391F2A is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 31 | 42 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.78 |
| HSL | 334.62º | 0.3% | 0.17% | - |
| HSV(B) | 334.62º | 0.46% | 0.22% | - |
| XYZ | 2.6 | 2.02 | 2.44 | - |
| YUV | 40.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 31 | 42 | 0 | 0.46 | 0.26 | 0.78 | 334.62 | 0.3 | 0.17 |
| Hex | 39 | 1F | 2A | 0 | 2E | 1A | 4E | 14F | 1E | 11 |
| Octal | 71 | 37 | 52 | 0 | 56 | 32 | 116 | 517 | 36 | 21 |
| Binary | 111001 | 11111 | 101010 | 0 | 101110 | 11010 | 1001110 | 101001111 | 11110 | 10001 |
Color Harmonies of #391F2A
Complementary color
Monochromatic Colors of #391F2A
Black with #391F2A
Text Example
Text Example
White with #391F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391F2A; }
p { color: rgb(57,31,42); }
H1.HeaderClassName
{
color: #391F2A;
}
.AnyTagClassName
{
color: #391F2A;
}
</style>
background-color css
<style>
a { background-color: #391F2A; }
a { background-color: rgb(57,31,42); }
div.DivClassName
{
background-color: #391F2A;
}
.BgClassName
{
background-color: #391F2A;
}
</style>
border-color css
<style>
span { border-color: #391F2A; }
span { border-color: rgb(57,31,42); }
td.TdClassName
{
border-color: #391F2A;
}
.TagClassName
{
border-color: #391F2A;
}
</style>