Shades of Toledo #322F30
Tints of Toledo #322F30
RGB
CMYK
RGB Variations
Color information
#322F30 (or 0x322F30) is known color: Toledo. HEX triplet: 32, 2F and 30. RGB value is (50,47,48). Sum of RGB (Red+Green+Blue) = 50+47+48=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 50 - color contains mainly: red. Hex color #322F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F30 is #CDD0CF. Grayscale: #303030. Windows color (decimal): -13488336 or 3157810. OLE color: 3157810.
HSL color Cylindrical-coordinate representation of color #322F30: hue angle of 340º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #322F30 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 48 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.80 |
| HSL | 340º | 0.03% | 0.19% | - |
| HSV(B) | 340º | 0.06% | 0.2% | - |
| XYZ | 2.87 | 2.92 | 3.21 | - |
| YUV | 48.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 48 | 0 | 0.06 | 0.04 | 0.80 | 340 | 0.03 | 0.19 |
| Hex | 32 | 2F | 30 | 0 | 6 | 4 | 50 | 154 | 3 | 13 |
| Octal | 62 | 57 | 60 | 0 | 6 | 4 | 120 | 524 | 3 | 23 |
| Binary | 110010 | 101111 | 110000 | 0 | 110 | 100 | 1010000 | 101010100 | 11 | 10011 |
Color Harmonies of #322F30
Complementary color
Monochromatic Colors of #322F30
Black with #322F30
Text Example
Text Example
White with #322F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F30; }
p { color: rgb(50,47,48); }
H1.HeaderClassName
{
color: #322F30;
}
.AnyTagClassName
{
color: #322F30;
}
</style>
background-color css
<style>
a { background-color: #322F30; }
a { background-color: rgb(50,47,48); }
div.DivClassName
{
background-color: #322F30;
}
.BgClassName
{
background-color: #322F30;
}
</style>
border-color css
<style>
span { border-color: #322F30; }
span { border-color: rgb(50,47,48); }
td.TdClassName
{
border-color: #322F30;
}
.TagClassName
{
border-color: #322F30;
}
</style>