Shades of Toledo #332A2D
Tints of Toledo #332A2D
RGB
CMYK
RGB Variations
Color information
#332A2D (or 0x332A2D) is known color: Toledo. HEX triplet: 33, 2A and 2D. RGB value is (51,42,45). Sum of RGB (Red+Green+Blue) = 51+42+45=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 51 - color contains mainly: red. Hex color #332A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A2D is #CCD5D2. Grayscale: #2D2D2D. Windows color (decimal): -13424083 or 2959923. OLE color: 2959923.
HSL color Cylindrical-coordinate representation of color #332A2D: hue angle of 340º 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 #332A2D is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
RGB | 51 | 42 | 45 | - |
CMYK | 0 | 0.18 | 0.12 | 0.8 |
HSL | 340º | 0.1% | 0.18% | - |
HSV(B) | 340º | 0.18% | 0.2% | - |
XYZ | 2.67 | 2.55 | 2.83 | - |
YUV | 45.03 | 127.98 | 132.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 42 | 45 | 0 | 0.18 | 0.12 | 0.8 | 340 | 0.1 | 0.18 |
Hex | 33 | 2A | 2D | 0 | 12 | C | 50 | 154 | A | 12 |
Octal | 63 | 52 | 55 | 0 | 22 | 14 | 120 | 524 | 12 | 22 |
Binary | 110011 | 101010 | 101101 | 0 | 10010 | 1100 | 1010000 | 101010100 | 1010 | 10010 |
Color Harmonies of #332A2D
Complementary color
Monochromatic Colors of #332A2D
Black with #332A2D
Text Example
Text Example
White with #332A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A2D; }
p { color: rgb(51,42,45); }
H1.HeaderClassName
{
color: #332A2D;
}
.AnyTagClassName
{
color: #332A2D;
}
</style>
background-color css
<style>
a { background-color: #332A2D; }
a { background-color: rgb(51,42,45); }
div.DivClassName
{
background-color: #332A2D;
}
.BgClassName
{
background-color: #332A2D;
}
</style>
border-color css
<style>
span { border-color: #332A2D; }
span { border-color: rgb(51,42,45); }
td.TdClassName
{
border-color: #332A2D;
}
.TagClassName
{
border-color: #332A2D;
}
</style>