Shades of Toledo #332A2F
Tints of Toledo #332A2F
RGB
CMYK
RGB Variations
Color information
#332A2F (or 0x332A2F) is known color: Toledo. HEX triplet: 33, 2A and 2F. RGB value is (51,42,47). Sum of RGB (Red+Green+Blue) = 51+42+47=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 51 - color contains mainly: red. Hex color #332A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A2F is #CCD5D0. Grayscale: #2D2D2D. Windows color (decimal): -13424081 or 3090995. OLE color: 3090995.
HSL color Cylindrical-coordinate representation of color #332A2F: hue angle of 326.67º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #332A2F is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 47 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.8 |
| HSL | 326.67º | 0.1% | 0.18% | - |
| HSV(B) | 326.67º | 0.18% | 0.2% | - |
| XYZ | 2.71 | 2.56 | 3.04 | - |
| YUV | 45.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 47 | 0 | 0.18 | 0.08 | 0.8 | 326.67 | 0.1 | 0.18 |
| Hex | 33 | 2A | 2F | 0 | 12 | 8 | 50 | 147 | A | 12 |
| Octal | 63 | 52 | 57 | 0 | 22 | 10 | 120 | 507 | 12 | 22 |
| Binary | 110011 | 101010 | 101111 | 0 | 10010 | 1000 | 1010000 | 101000111 | 1010 | 10010 |
Color Harmonies of #332A2F
Complementary color
Monochromatic Colors of #332A2F
Black with #332A2F
Text Example
Text Example
White with #332A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A2F; }
p { color: rgb(51,42,47); }
H1.HeaderClassName
{
color: #332A2F;
}
.AnyTagClassName
{
color: #332A2F;
}
</style>
background-color css
<style>
a { background-color: #332A2F; }
a { background-color: rgb(51,42,47); }
div.DivClassName
{
background-color: #332A2F;
}
.BgClassName
{
background-color: #332A2F;
}
</style>
border-color css
<style>
span { border-color: #332A2F; }
span { border-color: rgb(51,42,47); }
td.TdClassName
{
border-color: #332A2F;
}
.TagClassName
{
border-color: #332A2F;
}
</style>