Shades of Tolopea #332D41
Tints of Tolopea #332D41
RGB
CMYK
RGB Variations
Color information
#332D41 (or 0x332D41) is known color: Tolopea. HEX triplet: 33, 2D and 41. RGB value is (51,45,65). Sum of RGB (Red+Green+Blue) = 51+45+65=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #332D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D41 is #CCD2BE. Grayscale: #303030. Windows color (decimal): -13423295 or 4271411. OLE color: 4271411.
HSL color Cylindrical-coordinate representation of color #332D41: hue angle of 258º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #332D41 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 45 | 65 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.75 |
| HSL | 258º | 0.18% | 0.22% | - |
| HSV(B) | 258º | 0.31% | 0.25% | - |
| XYZ | 3.26 | 2.96 | 5.4 | - |
| YUV | 49.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 65 | 0.22 | 0.31 | 0 | 0.75 | 258 | 0.18 | 0.22 |
| Hex | 33 | 2D | 41 | 16 | 1F | 0 | 4B | 102 | 12 | 16 |
| Octal | 63 | 55 | 101 | 26 | 37 | 0 | 113 | 402 | 22 | 26 |
| Binary | 110011 | 101101 | 1000001 | 10110 | 11111 | 0 | 1001011 | 100000010 | 10010 | 10110 |
Color Harmonies of #332D41
Complementary color
Monochromatic Colors of #332D41
Black with #332D41
Text Example
Text Example
White with #332D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D41; }
p { color: rgb(51,45,65); }
H1.HeaderClassName
{
color: #332D41;
}
.AnyTagClassName
{
color: #332D41;
}
</style>
background-color css
<style>
a { background-color: #332D41; }
a { background-color: rgb(51,45,65); }
div.DivClassName
{
background-color: #332D41;
}
.BgClassName
{
background-color: #332D41;
}
</style>
border-color css
<style>
span { border-color: #332D41; }
span { border-color: rgb(51,45,65); }
td.TdClassName
{
border-color: #332D41;
}
.TagClassName
{
border-color: #332D41;
}
</style>