Shades of Tolopea #2E2837
Tints of Tolopea #2E2837
RGB
CMYK
RGB Variations
Color information
#2E2837 (or 0x2E2837) is known color: Tolopea. HEX triplet: 2E, 28 and 37. RGB value is (46,40,55). Sum of RGB (Red+Green+Blue) = 46+40+55=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E2837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2837 is #D1D7C8. Grayscale: #2B2B2B. Windows color (decimal): -13752265 or 3614766. OLE color: 3614766.
HSL color Cylindrical-coordinate representation of color #2E2837: hue angle of 264º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2E2837 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 40 | 55 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.78 |
| HSL | 264º | 0.16% | 0.19% | - |
| HSV(B) | 264º | 0.27% | 0.22% | - |
| XYZ | 2.58 | 2.37 | 3.94 | - |
| YUV | 43.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 55 | 0.16 | 0.27 | 0 | 0.78 | 264 | 0.16 | 0.19 |
| Hex | 2E | 28 | 37 | 10 | 1B | 0 | 4E | 108 | 10 | 13 |
| Octal | 56 | 50 | 67 | 20 | 33 | 0 | 116 | 410 | 20 | 23 |
| Binary | 101110 | 101000 | 110111 | 10000 | 11011 | 0 | 1001110 | 100001000 | 10000 | 10011 |
Color Harmonies of #2E2837
Complementary color
Monochromatic Colors of #2E2837
Black with #2E2837
Text Example
Text Example
White with #2E2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2837; }
p { color: rgb(46,40,55); }
H1.HeaderClassName
{
color: #2E2837;
}
.AnyTagClassName
{
color: #2E2837;
}
</style>
background-color css
<style>
a { background-color: #2E2837; }
a { background-color: rgb(46,40,55); }
div.DivClassName
{
background-color: #2E2837;
}
.BgClassName
{
background-color: #2E2837;
}
</style>
border-color css
<style>
span { border-color: #2E2837; }
span { border-color: rgb(46,40,55); }
td.TdClassName
{
border-color: #2E2837;
}
.TagClassName
{
border-color: #2E2837;
}
</style>