Shades of Toledo #33232C
Tints of Toledo #33232C
RGB
CMYK
RGB Variations
Color information
#33232C (or 0x33232C) is known color: Toledo. HEX triplet: 33, 23 and 2C. RGB value is (51,35,44). Sum of RGB (Red+Green+Blue) = 51+35+44=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 51 - color contains mainly: red. Hex color #33232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33232C is #CCDCD3. Grayscale: #282828. Windows color (decimal): -13425876 or 2892595. OLE color: 2892595.
HSL color Cylindrical-coordinate representation of color #33232C: hue angle of 326.25º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #33232C is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 35 | 44 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.8 |
| HSL | 326.25º | 0.19% | 0.17% | - |
| HSV(B) | 326.25º | 0.31% | 0.2% | - |
| XYZ | 2.42 | 2.09 | 2.66 | - |
| YUV | 40.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 44 | 0 | 0.31 | 0.14 | 0.8 | 326.25 | 0.19 | 0.17 |
| Hex | 33 | 23 | 2C | 0 | 1F | E | 50 | 146 | 13 | 11 |
| Octal | 63 | 43 | 54 | 0 | 37 | 16 | 120 | 506 | 23 | 21 |
| Binary | 110011 | 100011 | 101100 | 0 | 11111 | 1110 | 1010000 | 101000110 | 10011 | 10001 |
Color Harmonies of #33232C
Complementary color
Monochromatic Colors of #33232C
Black with #33232C
Text Example
Text Example
White with #33232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33232C; }
p { color: rgb(51,35,44); }
H1.HeaderClassName
{
color: #33232C;
}
.AnyTagClassName
{
color: #33232C;
}
</style>
background-color css
<style>
a { background-color: #33232C; }
a { background-color: rgb(51,35,44); }
div.DivClassName
{
background-color: #33232C;
}
.BgClassName
{
background-color: #33232C;
}
</style>
border-color css
<style>
span { border-color: #33232C; }
span { border-color: rgb(51,35,44); }
td.TdClassName
{
border-color: #33232C;
}
.TagClassName
{
border-color: #33232C;
}
</style>