Shades of Tolopea #2E2938
Tints of Tolopea #2E2938
RGB
CMYK
RGB Variations
Color information
#2E2938 (or 0x2E2938) is known color: Tolopea. HEX triplet: 2E, 29 and 38. RGB value is (46,41,56). Sum of RGB (Red+Green+Blue) = 46+41+56=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E2938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2938 is #D1D6C7. Grayscale: #2C2C2C. Windows color (decimal): -13752008 or 3680558. OLE color: 3680558.
HSL color Cylindrical-coordinate representation of color #2E2938: hue angle of 260º degrees, saturation: 0.15, 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 #2E2938 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 41 | 56 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.78 |
| HSL | 260º | 0.15% | 0.19% | - |
| HSV(B) | 260º | 0.27% | 0.22% | - |
| XYZ | 2.63 | 2.45 | 4.08 | - |
| YUV | 44.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 56 | 0.18 | 0.27 | 0 | 0.78 | 260 | 0.15 | 0.19 |
| Hex | 2E | 29 | 38 | 12 | 1B | 0 | 4E | 104 | F | 13 |
| Octal | 56 | 51 | 70 | 22 | 33 | 0 | 116 | 404 | 17 | 23 |
| Binary | 101110 | 101001 | 111000 | 10010 | 11011 | 0 | 1001110 | 100000100 | 1111 | 10011 |
Color Harmonies of #2E2938
Complementary color
Monochromatic Colors of #2E2938
Black with #2E2938
Text Example
Text Example
White with #2E2938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2938; }
p { color: rgb(46,41,56); }
H1.HeaderClassName
{
color: #2E2938;
}
.AnyTagClassName
{
color: #2E2938;
}
</style>
background-color css
<style>
a { background-color: #2E2938; }
a { background-color: rgb(46,41,56); }
div.DivClassName
{
background-color: #2E2938;
}
.BgClassName
{
background-color: #2E2938;
}
</style>
border-color css
<style>
span { border-color: #2E2938; }
span { border-color: rgb(46,41,56); }
td.TdClassName
{
border-color: #2E2938;
}
.TagClassName
{
border-color: #2E2938;
}
</style>