Shades of Toledo #332B2F
Tints of Toledo #332B2F
RGB
CMYK
RGB Variations
Color information
#332B2F (or 0x332B2F) is known color: Toledo. HEX triplet: 33, 2B and 2F. RGB value is (51,43,47). Sum of RGB (Red+Green+Blue) = 51+43+47=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 51 - color contains mainly: red. Hex color #332B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B2F is #CCD4D0. Grayscale: #2D2D2D. Windows color (decimal): -13423825 or 3091251. OLE color: 3091251.
HSL color Cylindrical-coordinate representation of color #332B2F: hue angle of 330º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #332B2F is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 43 | 47 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.8 |
| HSL | 330º | 0.09% | 0.18% | - |
| HSV(B) | 330º | 0.16% | 0.2% | - |
| XYZ | 2.74 | 2.64 | 3.05 | - |
| YUV | 45.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 47 | 0 | 0.16 | 0.08 | 0.8 | 330 | 0.09 | 0.18 |
| Hex | 33 | 2B | 2F | 0 | 10 | 8 | 50 | 14A | 9 | 12 |
| Octal | 63 | 53 | 57 | 0 | 20 | 10 | 120 | 512 | 11 | 22 |
| Binary | 110011 | 101011 | 101111 | 0 | 10000 | 1000 | 1010000 | 101001010 | 1001 | 10010 |
Color Harmonies of #332B2F
Complementary color
Monochromatic Colors of #332B2F
Black with #332B2F
Text Example
Text Example
White with #332B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B2F; }
p { color: rgb(51,43,47); }
H1.HeaderClassName
{
color: #332B2F;
}
.AnyTagClassName
{
color: #332B2F;
}
</style>
background-color css
<style>
a { background-color: #332B2F; }
a { background-color: rgb(51,43,47); }
div.DivClassName
{
background-color: #332B2F;
}
.BgClassName
{
background-color: #332B2F;
}
</style>
border-color css
<style>
span { border-color: #332B2F; }
span { border-color: rgb(51,43,47); }
td.TdClassName
{
border-color: #332B2F;
}
.TagClassName
{
border-color: #332B2F;
}
</style>