Shades of Tolopea #322B3B
Tints of Tolopea #322B3B
RGB
CMYK
RGB Variations
Color information
#322B3B (or 0x322B3B) is known color: Tolopea. HEX triplet: 32, 2B and 3B. RGB value is (50,43,59). Sum of RGB (Red+Green+Blue) = 50+43+59=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #322B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B3B is #CDD4C4. Grayscale: #2E2E2E. Windows color (decimal): -13489349 or 3877682. OLE color: 3877682.
HSL color Cylindrical-coordinate representation of color #322B3B: hue angle of 266.25º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #322B3B is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 43 | 59 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.77 |
| HSL | 266.25º | 0.16% | 0.2% | - |
| HSV(B) | 266.25º | 0.27% | 0.23% | - |
| XYZ | 2.97 | 2.72 | 4.51 | - |
| YUV | 46.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 59 | 0.15 | 0.27 | 0 | 0.77 | 266.25 | 0.16 | 0.2 |
| Hex | 32 | 2B | 3B | F | 1B | 0 | 4D | 10A | 10 | 14 |
| Octal | 62 | 53 | 73 | 17 | 33 | 0 | 115 | 412 | 20 | 24 |
| Binary | 110010 | 101011 | 111011 | 1111 | 11011 | 0 | 1001101 | 100001010 | 10000 | 10100 |
Color Harmonies of #322B3B
Complementary color
Monochromatic Colors of #322B3B
Black with #322B3B
Text Example
Text Example
White with #322B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B3B; }
p { color: rgb(50,43,59); }
H1.HeaderClassName
{
color: #322B3B;
}
.AnyTagClassName
{
color: #322B3B;
}
</style>
background-color css
<style>
a { background-color: #322B3B; }
a { background-color: rgb(50,43,59); }
div.DivClassName
{
background-color: #322B3B;
}
.BgClassName
{
background-color: #322B3B;
}
</style>
border-color css
<style>
span { border-color: #322B3B; }
span { border-color: rgb(50,43,59); }
td.TdClassName
{
border-color: #322B3B;
}
.TagClassName
{
border-color: #322B3B;
}
</style>