Shades of Toledo #33292E
Tints of Toledo #33292E
RGB
CMYK
RGB Variations
Color information
#33292E (or 0x33292E) is known color: Toledo. HEX triplet: 33, 29 and 2E. RGB value is (51,41,46). Sum of RGB (Red+Green+Blue) = 51+41+46=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 51 - color contains mainly: red. Hex color #33292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33292E is #CCD6D1. Grayscale: #2C2C2C. Windows color (decimal): -13424338 or 3025203. OLE color: 3025203.
HSL color Cylindrical-coordinate representation of color #33292E: hue angle of 330º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #33292E is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 41 | 46 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.8 |
| HSL | 330º | 0.11% | 0.18% | - |
| HSV(B) | 330º | 0.2% | 0.2% | - |
| XYZ | 2.65 | 2.49 | 2.93 | - |
| YUV | 44.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 46 | 0 | 0.20 | 0.10 | 0.8 | 330 | 0.11 | 0.18 |
| Hex | 33 | 29 | 2E | 0 | 14 | A | 50 | 14A | B | 12 |
| Octal | 63 | 51 | 56 | 0 | 24 | 12 | 120 | 512 | 13 | 22 |
| Binary | 110011 | 101001 | 101110 | 0 | 10100 | 1010 | 1010000 | 101001010 | 1011 | 10010 |
Color Harmonies of #33292E
Complementary color
Monochromatic Colors of #33292E
Black with #33292E
Text Example
Text Example
White with #33292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33292E; }
p { color: rgb(51,41,46); }
H1.HeaderClassName
{
color: #33292E;
}
.AnyTagClassName
{
color: #33292E;
}
</style>
background-color css
<style>
a { background-color: #33292E; }
a { background-color: rgb(51,41,46); }
div.DivClassName
{
background-color: #33292E;
}
.BgClassName
{
background-color: #33292E;
}
</style>
border-color css
<style>
span { border-color: #33292E; }
span { border-color: rgb(51,41,46); }
td.TdClassName
{
border-color: #33292E;
}
.TagClassName
{
border-color: #33292E;
}
</style>