Shades of Tolopea #332C41
Tints of Tolopea #332C41
RGB
CMYK
RGB Variations
Color information
#332C41 (or 0x332C41) is known color: Tolopea. HEX triplet: 33, 2C and 41. RGB value is (51,44,65). Sum of RGB (Red+Green+Blue) = 51+44+65=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #332C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C41 is #CCD3BE. Grayscale: #303030. Windows color (decimal): -13423551 or 4271155. OLE color: 4271155.
HSL color Cylindrical-coordinate representation of color #332C41: hue angle of 260º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #332C41 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 44 | 65 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.75 |
| HSL | 260º | 0.19% | 0.21% | - |
| HSV(B) | 260º | 0.32% | 0.25% | - |
| XYZ | 3.22 | 2.89 | 5.39 | - |
| YUV | 48.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 65 | 0.22 | 0.32 | 0 | 0.75 | 260 | 0.19 | 0.21 |
| Hex | 33 | 2C | 41 | 16 | 20 | 0 | 4B | 104 | 13 | 15 |
| Octal | 63 | 54 | 101 | 26 | 40 | 0 | 113 | 404 | 23 | 25 |
| Binary | 110011 | 101100 | 1000001 | 10110 | 100000 | 0 | 1001011 | 100000100 | 10011 | 10101 |
Color Harmonies of #332C41
Complementary color
Monochromatic Colors of #332C41
Black with #332C41
Text Example
Text Example
White with #332C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C41; }
p { color: rgb(51,44,65); }
H1.HeaderClassName
{
color: #332C41;
}
.AnyTagClassName
{
color: #332C41;
}
</style>
background-color css
<style>
a { background-color: #332C41; }
a { background-color: rgb(51,44,65); }
div.DivClassName
{
background-color: #332C41;
}
.BgClassName
{
background-color: #332C41;
}
</style>
border-color css
<style>
span { border-color: #332C41; }
span { border-color: rgb(51,44,65); }
td.TdClassName
{
border-color: #332C41;
}
.TagClassName
{
border-color: #332C41;
}
</style>