Shades of Tolopea #332D3D
Tints of Tolopea #332D3D
RGB
CMYK
RGB Variations
Color information
#332D3D (or 0x332D3D) is known color: Tolopea. HEX triplet: 33, 2D and 3D. RGB value is (51,45,61). Sum of RGB (Red+Green+Blue) = 51+45+61=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 61 - color contains mainly: blue. Hex color #332D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D3D is #CCD2C2. Grayscale: #303030. Windows color (decimal): -13423299 or 4009267. OLE color: 4009267.
HSL color Cylindrical-coordinate representation of color #332D3D: hue angle of 262.5º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #332D3D is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 45 | 61 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.76 |
| HSL | 262.5º | 0.15% | 0.21% | - |
| HSV(B) | 262.5º | 0.26% | 0.24% | - |
| XYZ | 3.15 | 2.92 | 4.81 | - |
| YUV | 48.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 61 | 0.16 | 0.26 | 0 | 0.76 | 262.5 | 0.15 | 0.21 |
| Hex | 33 | 2D | 3D | 10 | 1A | 0 | 4C | 106 | F | 15 |
| Octal | 63 | 55 | 75 | 20 | 32 | 0 | 114 | 406 | 17 | 25 |
| Binary | 110011 | 101101 | 111101 | 10000 | 11010 | 0 | 1001100 | 100000110 | 1111 | 10101 |
Color Harmonies of #332D3D
Complementary color
Monochromatic Colors of #332D3D
Black with #332D3D
Text Example
Text Example
White with #332D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D3D; }
p { color: rgb(51,45,61); }
H1.HeaderClassName
{
color: #332D3D;
}
.AnyTagClassName
{
color: #332D3D;
}
</style>
background-color css
<style>
a { background-color: #332D3D; }
a { background-color: rgb(51,45,61); }
div.DivClassName
{
background-color: #332D3D;
}
.BgClassName
{
background-color: #332D3D;
}
</style>
border-color css
<style>
span { border-color: #332D3D; }
span { border-color: rgb(51,45,61); }
td.TdClassName
{
border-color: #332D3D;
}
.TagClassName
{
border-color: #332D3D;
}
</style>