Shades of Toledo #332D30
Tints of Toledo #332D30
RGB
CMYK
RGB Variations
Color information
#332D30 (or 0x332D30) is known color: Toledo. HEX triplet: 33, 2D and 30. RGB value is (51,45,48). Sum of RGB (Red+Green+Blue) = 51+45+48=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 51 - color contains mainly: red. Hex color #332D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D30 is #CCD2CF. Grayscale: #2F2F2F. Windows color (decimal): -13423312 or 3157299. OLE color: 3157299.
HSL color Cylindrical-coordinate representation of color #332D30: hue angle of 330º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #332D30 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 45 | 48 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.8 |
| HSL | 330º | 0.06% | 0.19% | - |
| HSV(B) | 330º | 0.12% | 0.2% | - |
| XYZ | 2.84 | 2.79 | 3.19 | - |
| YUV | 47.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 48 | 0 | 0.12 | 0.06 | 0.8 | 330 | 0.06 | 0.19 |
| Hex | 33 | 2D | 30 | 0 | C | 6 | 50 | 14A | 6 | 13 |
| Octal | 63 | 55 | 60 | 0 | 14 | 6 | 120 | 512 | 6 | 23 |
| Binary | 110011 | 101101 | 110000 | 0 | 1100 | 110 | 1010000 | 101001010 | 110 | 10011 |
Color Harmonies of #332D30
Complementary color
Monochromatic Colors of #332D30
Black with #332D30
Text Example
Text Example
White with #332D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D30; }
p { color: rgb(51,45,48); }
H1.HeaderClassName
{
color: #332D30;
}
.AnyTagClassName
{
color: #332D30;
}
</style>
background-color css
<style>
a { background-color: #332D30; }
a { background-color: rgb(51,45,48); }
div.DivClassName
{
background-color: #332D30;
}
.BgClassName
{
background-color: #332D30;
}
</style>
border-color css
<style>
span { border-color: #332D30; }
span { border-color: rgb(51,45,48); }
td.TdClassName
{
border-color: #332D30;
}
.TagClassName
{
border-color: #332D30;
}
</style>