Shades of Toledo #391C29
Tints of Toledo #391C29
RGB
CMYK
RGB Variations
Color information
#391C29 (or 0x391C29) is known color: Toledo. HEX triplet: 39, 1C and 29. RGB value is (57,28,41). Sum of RGB (Red+Green+Blue) = 57+28+41=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #391C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C29 is #C6E3D6. Grayscale: #262626. Windows color (decimal): -13034455 or 2694201. OLE color: 2694201.
HSL color Cylindrical-coordinate representation of color #391C29: hue angle of 333.1º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #391C29 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 41 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.78 |
| HSL | 333.1º | 0.34% | 0.17% | - |
| HSV(B) | 333.1º | 0.51% | 0.22% | - |
| XYZ | 2.5 | 1.86 | 2.33 | - |
| YUV | 38.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 41 | 0 | 0.51 | 0.28 | 0.78 | 333.1 | 0.34 | 0.17 |
| Hex | 39 | 1C | 29 | 0 | 33 | 1C | 4E | 14D | 22 | 11 |
| Octal | 71 | 34 | 51 | 0 | 63 | 34 | 116 | 515 | 42 | 21 |
| Binary | 111001 | 11100 | 101001 | 0 | 110011 | 11100 | 1001110 | 101001101 | 100010 | 10001 |
Color Harmonies of #391C29
Complementary color
Monochromatic Colors of #391C29
Black with #391C29
Text Example
Text Example
White with #391C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C29; }
p { color: rgb(57,28,41); }
H1.HeaderClassName
{
color: #391C29;
}
.AnyTagClassName
{
color: #391C29;
}
</style>
background-color css
<style>
a { background-color: #391C29; }
a { background-color: rgb(57,28,41); }
div.DivClassName
{
background-color: #391C29;
}
.BgClassName
{
background-color: #391C29;
}
</style>
border-color css
<style>
span { border-color: #391C29; }
span { border-color: rgb(57,28,41); }
td.TdClassName
{
border-color: #391C29;
}
.TagClassName
{
border-color: #391C29;
}
</style>