Shades of Toledo #33242A
Tints of Toledo #33242A
RGB
CMYK
RGB Variations
Color information
#33242A (or 0x33242A) is known color: Toledo. HEX triplet: 33, 24 and 2A. RGB value is (51,36,42). Sum of RGB (Red+Green+Blue) = 51+36+42=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 51 - color contains mainly: red. Hex color #33242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33242A is #CCDBD5. Grayscale: #292929. Windows color (decimal): -13425622 or 2761779. OLE color: 2761779.
HSL color Cylindrical-coordinate representation of color #33242A: hue angle of 336º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #33242A is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 36 | 42 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.8 |
| HSL | 336º | 0.17% | 0.17% | - |
| HSV(B) | 336º | 0.29% | 0.2% | - |
| XYZ | 2.41 | 2.13 | 2.47 | - |
| YUV | 41.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 42 | 0 | 0.29 | 0.18 | 0.8 | 336 | 0.17 | 0.17 |
| Hex | 33 | 24 | 2A | 0 | 1D | 12 | 50 | 150 | 11 | 11 |
| Octal | 63 | 44 | 52 | 0 | 35 | 22 | 120 | 520 | 21 | 21 |
| Binary | 110011 | 100100 | 101010 | 0 | 11101 | 10010 | 1010000 | 101010000 | 10001 | 10001 |
Color Harmonies of #33242A
Complementary color
Monochromatic Colors of #33242A
Black with #33242A
Text Example
Text Example
White with #33242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33242A; }
p { color: rgb(51,36,42); }
H1.HeaderClassName
{
color: #33242A;
}
.AnyTagClassName
{
color: #33242A;
}
</style>
background-color css
<style>
a { background-color: #33242A; }
a { background-color: rgb(51,36,42); }
div.DivClassName
{
background-color: #33242A;
}
.BgClassName
{
background-color: #33242A;
}
</style>
border-color css
<style>
span { border-color: #33242A; }
span { border-color: rgb(51,36,42); }
td.TdClassName
{
border-color: #33242A;
}
.TagClassName
{
border-color: #33242A;
}
</style>