Shades of Tolopea #332841
Tints of Tolopea #332841
RGB
CMYK
RGB Variations
Color information
#332841 (or 0x332841) is known color: Tolopea. HEX triplet: 33, 28 and 41. RGB value is (51,40,65). Sum of RGB (Red+Green+Blue) = 51+40+65=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #332841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332841 is #CCD7BE. Grayscale: #2E2E2E. Windows color (decimal): -13424575 or 4270131. OLE color: 4270131.
HSL color Cylindrical-coordinate representation of color #332841: hue angle of 266.4º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #332841 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 40 | 65 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.75 |
| HSL | 266.4º | 0.24% | 0.21% | - |
| HSV(B) | 266.4º | 0.38% | 0.25% | - |
| XYZ | 3.08 | 2.6 | 5.34 | - |
| YUV | 46.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 65 | 0.22 | 0.38 | 0 | 0.75 | 266.4 | 0.24 | 0.21 |
| Hex | 33 | 28 | 41 | 16 | 26 | 0 | 4B | 10A | 18 | 15 |
| Octal | 63 | 50 | 101 | 26 | 46 | 0 | 113 | 412 | 30 | 25 |
| Binary | 110011 | 101000 | 1000001 | 10110 | 100110 | 0 | 1001011 | 100001010 | 11000 | 10101 |
Color Harmonies of #332841
Complementary color
Monochromatic Colors of #332841
Black with #332841
Text Example
Text Example
White with #332841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332841; }
p { color: rgb(51,40,65); }
H1.HeaderClassName
{
color: #332841;
}
.AnyTagClassName
{
color: #332841;
}
</style>
background-color css
<style>
a { background-color: #332841; }
a { background-color: rgb(51,40,65); }
div.DivClassName
{
background-color: #332841;
}
.BgClassName
{
background-color: #332841;
}
</style>
border-color css
<style>
span { border-color: #332841; }
span { border-color: rgb(51,40,65); }
td.TdClassName
{
border-color: #332841;
}
.TagClassName
{
border-color: #332841;
}
</style>