Shades of Toledo #321B25
Tints of Toledo #321B25
RGB
CMYK
RGB Variations
Color information
#321B25 (or 0x321B25) is known color: Toledo. HEX triplet: 32, 1B and 25. RGB value is (50,27,37). Sum of RGB (Red+Green+Blue) = 50+27+37=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #321B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B25 is #CDE4DA. Grayscale: #232323. Windows color (decimal): -13493467 or 2431794. OLE color: 2431794.
HSL color Cylindrical-coordinate representation of color #321B25: hue angle of 333.91º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321B25 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 37 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.80 |
| HSL | 333.91º | 0.3% | 0.15% | - |
| HSV(B) | 333.91º | 0.46% | 0.2% | - |
| XYZ | 2.04 | 1.6 | 1.95 | - |
| YUV | 35.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 37 | 0 | 0.46 | 0.26 | 0.80 | 333.91 | 0.3 | 0.15 |
| Hex | 32 | 1B | 25 | 0 | 2E | 1A | 50 | 14E | 1E | F |
| Octal | 62 | 33 | 45 | 0 | 56 | 32 | 120 | 516 | 36 | 17 |
| Binary | 110010 | 11011 | 100101 | 0 | 101110 | 11010 | 1010000 | 101001110 | 11110 | 1111 |
Color Harmonies of #321B25
Complementary color
Monochromatic Colors of #321B25
Black with #321B25
Text Example
Text Example
White with #321B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B25; }
p { color: rgb(50,27,37); }
H1.HeaderClassName
{
color: #321B25;
}
.AnyTagClassName
{
color: #321B25;
}
</style>
background-color css
<style>
a { background-color: #321B25; }
a { background-color: rgb(50,27,37); }
div.DivClassName
{
background-color: #321B25;
}
.BgClassName
{
background-color: #321B25;
}
</style>
border-color css
<style>
span { border-color: #321B25; }
span { border-color: rgb(50,27,37); }
td.TdClassName
{
border-color: #321B25;
}
.TagClassName
{
border-color: #321B25;
}
</style>