Shades of Toledo #391E2A
Tints of Toledo #391E2A
RGB
CMYK
RGB Variations
Color information
#391E2A (or 0x391E2A) is known color: Toledo. HEX triplet: 39, 1E and 2A. RGB value is (57,30,42). Sum of RGB (Red+Green+Blue) = 57+30+42=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 57 - color contains mainly: red. Hex color #391E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E2A is #C6E1D5. Grayscale: #272727. Windows color (decimal): -13033942 or 2760249. OLE color: 2760249.
HSL color Cylindrical-coordinate representation of color #391E2A: hue angle of 333.33º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #391E2A is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 30 | 42 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.78 |
| HSL | 333.33º | 0.31% | 0.17% | - |
| HSV(B) | 333.33º | 0.47% | 0.22% | - |
| XYZ | 2.57 | 1.97 | 2.43 | - |
| YUV | 39.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 42 | 0 | 0.47 | 0.26 | 0.78 | 333.33 | 0.31 | 0.17 |
| Hex | 39 | 1E | 2A | 0 | 2F | 1A | 4E | 14D | 1F | 11 |
| Octal | 71 | 36 | 52 | 0 | 57 | 32 | 116 | 515 | 37 | 21 |
| Binary | 111001 | 11110 | 101010 | 0 | 101111 | 11010 | 1001110 | 101001101 | 11111 | 10001 |
Color Harmonies of #391E2A
Complementary color
Monochromatic Colors of #391E2A
Black with #391E2A
Text Example
Text Example
White with #391E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391E2A; }
p { color: rgb(57,30,42); }
H1.HeaderClassName
{
color: #391E2A;
}
.AnyTagClassName
{
color: #391E2A;
}
</style>
background-color css
<style>
a { background-color: #391E2A; }
a { background-color: rgb(57,30,42); }
div.DivClassName
{
background-color: #391E2A;
}
.BgClassName
{
background-color: #391E2A;
}
</style>
border-color css
<style>
span { border-color: #391E2A; }
span { border-color: rgb(57,30,42); }
td.TdClassName
{
border-color: #391E2A;
}
.TagClassName
{
border-color: #391E2A;
}
</style>