Shades of Toledo #331E28
Tints of Toledo #331E28
RGB
CMYK
RGB Variations
Color information
#331E28 (or 0x331E28) is known color: Toledo. HEX triplet: 33, 1E and 28. RGB value is (51,30,40). Sum of RGB (Red+Green+Blue) = 51+30+40=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #331E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E28 is #CCE1D7. Grayscale: #252525. Windows color (decimal): -13427160 or 2629171. OLE color: 2629171.
HSL color Cylindrical-coordinate representation of color #331E28: hue angle of 331.43º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #331E28 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 30 | 40 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.8 |
| HSL | 331.43º | 0.26% | 0.16% | - |
| HSV(B) | 331.43º | 0.41% | 0.2% | - |
| XYZ | 2.21 | 1.79 | 2.24 | - |
| YUV | 37.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 40 | 0 | 0.41 | 0.22 | 0.8 | 331.43 | 0.26 | 0.16 |
| Hex | 33 | 1E | 28 | 0 | 29 | 16 | 50 | 14B | 1A | 10 |
| Octal | 63 | 36 | 50 | 0 | 51 | 26 | 120 | 513 | 32 | 20 |
| Binary | 110011 | 11110 | 101000 | 0 | 101001 | 10110 | 1010000 | 101001011 | 11010 | 10000 |
Color Harmonies of #331E28
Complementary color
Monochromatic Colors of #331E28
Black with #331E28
Text Example
Text Example
White with #331E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E28; }
p { color: rgb(51,30,40); }
H1.HeaderClassName
{
color: #331E28;
}
.AnyTagClassName
{
color: #331E28;
}
</style>
background-color css
<style>
a { background-color: #331E28; }
a { background-color: rgb(51,30,40); }
div.DivClassName
{
background-color: #331E28;
}
.BgClassName
{
background-color: #331E28;
}
</style>
border-color css
<style>
span { border-color: #331E28; }
span { border-color: rgb(51,30,40); }
td.TdClassName
{
border-color: #331E28;
}
.TagClassName
{
border-color: #331E28;
}
</style>