Shades of Tolopea #2E2838
Tints of Tolopea #2E2838
RGB
CMYK
RGB Variations
Color information
#2E2838 (or 0x2E2838) is known color: Tolopea. HEX triplet: 2E, 28 and 38. RGB value is (46,40,56). Sum of RGB (Red+Green+Blue) = 46+40+56=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E2838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2838 is #D1D7C7. Grayscale: #2B2B2B. Windows color (decimal): -13752264 or 3680302. OLE color: 3680302.
HSL color Cylindrical-coordinate representation of color #2E2838: hue angle of 262.5º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E2838 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 40 | 56 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.78 |
| HSL | 262.5º | 0.17% | 0.19% | - |
| HSV(B) | 262.5º | 0.29% | 0.22% | - |
| XYZ | 2.6 | 2.38 | 4.06 | - |
| YUV | 43.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 56 | 0.18 | 0.29 | 0 | 0.78 | 262.5 | 0.17 | 0.19 |
| Hex | 2E | 28 | 38 | 12 | 1D | 0 | 4E | 106 | 11 | 13 |
| Octal | 56 | 50 | 70 | 22 | 35 | 0 | 116 | 406 | 21 | 23 |
| Binary | 101110 | 101000 | 111000 | 10010 | 11101 | 0 | 1001110 | 100000110 | 10001 | 10011 |
Color Harmonies of #2E2838
Complementary color
Monochromatic Colors of #2E2838
Black with #2E2838
Text Example
Text Example
White with #2E2838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2838; }
p { color: rgb(46,40,56); }
H1.HeaderClassName
{
color: #2E2838;
}
.AnyTagClassName
{
color: #2E2838;
}
</style>
background-color css
<style>
a { background-color: #2E2838; }
a { background-color: rgb(46,40,56); }
div.DivClassName
{
background-color: #2E2838;
}
.BgClassName
{
background-color: #2E2838;
}
</style>
border-color css
<style>
span { border-color: #2E2838; }
span { border-color: rgb(46,40,56); }
td.TdClassName
{
border-color: #2E2838;
}
.TagClassName
{
border-color: #2E2838;
}
</style>