Shades of Tolopea #2E213D
Tints of Tolopea #2E213D
RGB
CMYK
RGB Variations
Color information
#2E213D (or 0x2E213D) is known color: Tolopea. HEX triplet: 2E, 21 and 3D. RGB value is (46,33,61). Sum of RGB (Red+Green+Blue) = 46+33+61=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E213D is #D1DEC2. Grayscale: #272727. Windows color (decimal): -13754051 or 4006190. OLE color: 4006190.
HSL color Cylindrical-coordinate representation of color #2E213D: hue angle of 267.86º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E213D is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 33 | 61 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.76 |
| HSL | 267.86º | 0.3% | 0.18% | - |
| HSV(B) | 267.86º | 0.46% | 0.24% | - |
| XYZ | 2.51 | 2.01 | 4.67 | - |
| YUV | 40.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 61 | 0.25 | 0.46 | 0 | 0.76 | 267.86 | 0.3 | 0.18 |
| Hex | 2E | 21 | 3D | 19 | 2E | 0 | 4C | 10C | 1E | 12 |
| Octal | 56 | 41 | 75 | 31 | 56 | 0 | 114 | 414 | 36 | 22 |
| Binary | 101110 | 100001 | 111101 | 11001 | 101110 | 0 | 1001100 | 100001100 | 11110 | 10010 |
Color Harmonies of #2E213D
Complementary color
Monochromatic Colors of #2E213D
Black with #2E213D
Text Example
Text Example
White with #2E213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E213D; }
p { color: rgb(46,33,61); }
H1.HeaderClassName
{
color: #2E213D;
}
.AnyTagClassName
{
color: #2E213D;
}
</style>
background-color css
<style>
a { background-color: #2E213D; }
a { background-color: rgb(46,33,61); }
div.DivClassName
{
background-color: #2E213D;
}
.BgClassName
{
background-color: #2E213D;
}
</style>
border-color css
<style>
span { border-color: #2E213D; }
span { border-color: rgb(46,33,61); }
td.TdClassName
{
border-color: #2E213D;
}
.TagClassName
{
border-color: #2E213D;
}
</style>