Shades of Toledo #351F2B
Tints of Toledo #351F2B
RGB
CMYK
RGB Variations
Color information
#351F2B (or 0x351F2B) is known color: Toledo. HEX triplet: 35, 1F and 2B. RGB value is (53,31,43). Sum of RGB (Red+Green+Blue) = 53+31+43=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #351F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F2B is #CAE0D4. Grayscale: #262626. Windows color (decimal): -13295829 or 2826037. OLE color: 2826037.
HSL color Cylindrical-coordinate representation of color #351F2B: hue angle of 327.27º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #351F2B is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 31 | 43 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.79 |
| HSL | 327.27º | 0.26% | 0.16% | - |
| HSV(B) | 327.27º | 0.42% | 0.21% | - |
| XYZ | 2.39 | 1.91 | 2.53 | - |
| YUV | 38.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 43 | 0 | 0.42 | 0.19 | 0.79 | 327.27 | 0.26 | 0.16 |
| Hex | 35 | 1F | 2B | 0 | 2A | 13 | 4F | 147 | 1A | 10 |
| Octal | 65 | 37 | 53 | 0 | 52 | 23 | 117 | 507 | 32 | 20 |
| Binary | 110101 | 11111 | 101011 | 0 | 101010 | 10011 | 1001111 | 101000111 | 11010 | 10000 |
Color Harmonies of #351F2B
Complementary color
Monochromatic Colors of #351F2B
Black with #351F2B
Text Example
Text Example
White with #351F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F2B; }
p { color: rgb(53,31,43); }
H1.HeaderClassName
{
color: #351F2B;
}
.AnyTagClassName
{
color: #351F2B;
}
</style>
background-color css
<style>
a { background-color: #351F2B; }
a { background-color: rgb(53,31,43); }
div.DivClassName
{
background-color: #351F2B;
}
.BgClassName
{
background-color: #351F2B;
}
</style>
border-color css
<style>
span { border-color: #351F2B; }
span { border-color: rgb(53,31,43); }
td.TdClassName
{
border-color: #351F2B;
}
.TagClassName
{
border-color: #351F2B;
}
</style>