Shades of Tolopea #322B41
Tints of Tolopea #322B41
RGB
CMYK
RGB Variations
Color information
#322B41 (or 0x322B41) is known color: Tolopea. HEX triplet: 32, 2B and 41. RGB value is (50,43,65). Sum of RGB (Red+Green+Blue) = 50+43+65=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #322B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B41 is #CDD4BE. Grayscale: #2F2F2F. Windows color (decimal): -13489343 or 4270898. OLE color: 4270898.
HSL color Cylindrical-coordinate representation of color #322B41: hue angle of 259.09º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #322B41 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 43 | 65 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.75 |
| HSL | 259.09º | 0.2% | 0.21% | - |
| HSV(B) | 259.09º | 0.34% | 0.25% | - |
| XYZ | 3.13 | 2.79 | 5.37 | - |
| YUV | 47.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 65 | 0.23 | 0.34 | 0 | 0.75 | 259.09 | 0.2 | 0.21 |
| Hex | 32 | 2B | 41 | 17 | 22 | 0 | 4B | 103 | 14 | 15 |
| Octal | 62 | 53 | 101 | 27 | 42 | 0 | 113 | 403 | 24 | 25 |
| Binary | 110010 | 101011 | 1000001 | 10111 | 100010 | 0 | 1001011 | 100000011 | 10100 | 10101 |
Color Harmonies of #322B41
Complementary color
Monochromatic Colors of #322B41
Black with #322B41
Text Example
Text Example
White with #322B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B41; }
p { color: rgb(50,43,65); }
H1.HeaderClassName
{
color: #322B41;
}
.AnyTagClassName
{
color: #322B41;
}
</style>
background-color css
<style>
a { background-color: #322B41; }
a { background-color: rgb(50,43,65); }
div.DivClassName
{
background-color: #322B41;
}
.BgClassName
{
background-color: #322B41;
}
</style>
border-color css
<style>
span { border-color: #322B41; }
span { border-color: rgb(50,43,65); }
td.TdClassName
{
border-color: #322B41;
}
.TagClassName
{
border-color: #322B41;
}
</style>