Shades of Toledo #3B1F2D
Tints of Toledo #3B1F2D
RGB
CMYK
RGB Variations
Color information
#3B1F2D (or 0x3B1F2D) is known color: Toledo. HEX triplet: 3B, 1F and 2D. RGB value is (59,31,45). Sum of RGB (Red+Green+Blue) = 59+31+45=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F2D is #C4E0D2. Grayscale: #282828. Windows color (decimal): -12902611 or 2957115. OLE color: 2957115.
HSL color Cylindrical-coordinate representation of color #3B1F2D: hue angle of 330º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B1F2D is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 31 | 45 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.77 |
| HSL | 330º | 0.31% | 0.18% | - |
| HSV(B) | 330º | 0.47% | 0.23% | - |
| XYZ | 2.77 | 2.1 | 2.74 | - |
| YUV | 40.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 45 | 0 | 0.47 | 0.24 | 0.77 | 330 | 0.31 | 0.18 |
| Hex | 3B | 1F | 2D | 0 | 2F | 18 | 4D | 14A | 1F | 12 |
| Octal | 73 | 37 | 55 | 0 | 57 | 30 | 115 | 512 | 37 | 22 |
| Binary | 111011 | 11111 | 101101 | 0 | 101111 | 11000 | 1001101 | 101001010 | 11111 | 10010 |
Color Harmonies of #3B1F2D
Complementary color
Monochromatic Colors of #3B1F2D
Black with #3B1F2D
Text Example
Text Example
White with #3B1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F2D; }
p { color: rgb(59,31,45); }
H1.HeaderClassName
{
color: #3B1F2D;
}
.AnyTagClassName
{
color: #3B1F2D;
}
</style>
background-color css
<style>
a { background-color: #3B1F2D; }
a { background-color: rgb(59,31,45); }
div.DivClassName
{
background-color: #3B1F2D;
}
.BgClassName
{
background-color: #3B1F2D;
}
</style>
border-color css
<style>
span { border-color: #3B1F2D; }
span { border-color: rgb(59,31,45); }
td.TdClassName
{
border-color: #3B1F2D;
}
.TagClassName
{
border-color: #3B1F2D;
}
</style>