Shades of Tolopea #2C213A
Tints of Tolopea #2C213A
RGB
CMYK
RGB Variations
Color information
#2C213A (or 0x2C213A) is known color: Tolopea. HEX triplet: 2C, 21 and 3A. RGB value is (44,33,58). Sum of RGB (Red+Green+Blue) = 44+33+58=135 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.59% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C213A is #D3DEC5. Grayscale: #272727. Windows color (decimal): -13885126 or 3809580. OLE color: 3809580.
HSL color Cylindrical-coordinate representation of color #2C213A: hue angle of 266.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C213A is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 33 | 58 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.77 |
| HSL | 266.4º | 0.27% | 0.18% | - |
| HSV(B) | 266.4º | 0.43% | 0.23% | - |
| XYZ | 2.35 | 1.93 | 4.25 | - |
| YUV | 39.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 58 | 0.24 | 0.43 | 0 | 0.77 | 266.4 | 0.27 | 0.18 |
| Hex | 2C | 21 | 3A | 18 | 2B | 0 | 4D | 10A | 1B | 12 |
| Octal | 54 | 41 | 72 | 30 | 53 | 0 | 115 | 412 | 33 | 22 |
| Binary | 101100 | 100001 | 111010 | 11000 | 101011 | 0 | 1001101 | 100001010 | 11011 | 10010 |
Color Harmonies of #2C213A
Complementary color
Monochromatic Colors of #2C213A
Black with #2C213A
Text Example
Text Example
White with #2C213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C213A; }
p { color: rgb(44,33,58); }
H1.HeaderClassName
{
color: #2C213A;
}
.AnyTagClassName
{
color: #2C213A;
}
</style>
background-color css
<style>
a { background-color: #2C213A; }
a { background-color: rgb(44,33,58); }
div.DivClassName
{
background-color: #2C213A;
}
.BgClassName
{
background-color: #2C213A;
}
</style>
border-color css
<style>
span { border-color: #2C213A; }
span { border-color: rgb(44,33,58); }
td.TdClassName
{
border-color: #2C213A;
}
.TagClassName
{
border-color: #2C213A;
}
</style>