Shades of Toledo #391B28
Tints of Toledo #391B28
RGB
CMYK
RGB Variations
Color information
#391B28 (or 0x391B28) is known color: Toledo. HEX triplet: 39, 1B and 28. RGB value is (57,27,40). Sum of RGB (Red+Green+Blue) = 57+27+40=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #391B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391B28 is #C6E4D7. Grayscale: #252525. Windows color (decimal): -13034712 or 2628409. OLE color: 2628409.
HSL color Cylindrical-coordinate representation of color #391B28: hue angle of 334º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #391B28 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 27 | 40 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.78 |
| HSL | 334º | 0.36% | 0.16% | - |
| HSV(B) | 334º | 0.53% | 0.22% | - |
| XYZ | 2.46 | 1.81 | 2.23 | - |
| YUV | 37.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 40 | 0 | 0.53 | 0.30 | 0.78 | 334 | 0.36 | 0.16 |
| Hex | 39 | 1B | 28 | 0 | 35 | 1E | 4E | 14E | 24 | 10 |
| Octal | 71 | 33 | 50 | 0 | 65 | 36 | 116 | 516 | 44 | 20 |
| Binary | 111001 | 11011 | 101000 | 0 | 110101 | 11110 | 1001110 | 101001110 | 100100 | 10000 |
Color Harmonies of #391B28
Complementary color
Monochromatic Colors of #391B28
Black with #391B28
Text Example
Text Example
White with #391B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B28; }
p { color: rgb(57,27,40); }
H1.HeaderClassName
{
color: #391B28;
}
.AnyTagClassName
{
color: #391B28;
}
</style>
background-color css
<style>
a { background-color: #391B28; }
a { background-color: rgb(57,27,40); }
div.DivClassName
{
background-color: #391B28;
}
.BgClassName
{
background-color: #391B28;
}
</style>
border-color css
<style>
span { border-color: #391B28; }
span { border-color: rgb(57,27,40); }
td.TdClassName
{
border-color: #391B28;
}
.TagClassName
{
border-color: #391B28;
}
</style>