Shades of Tolopea #2E293B
Tints of Tolopea #2E293B
RGB
CMYK
RGB Variations
Color information
#2E293B (or 0x2E293B) is known color: Tolopea. HEX triplet: 2E, 29 and 3B. RGB value is (46,41,59). Sum of RGB (Red+Green+Blue) = 46+41+59=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 59 - color contains mainly: blue. Hex color #2E293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E293B is #D1D6C4. Grayscale: #2C2C2C. Windows color (decimal): -13752005 or 3877166. OLE color: 3877166.
HSL color Cylindrical-coordinate representation of color #2E293B: hue angle of 256.67º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E293B is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 41 | 59 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.77 |
| HSL | 256.67º | 0.18% | 0.2% | - |
| HSV(B) | 256.67º | 0.31% | 0.23% | - |
| XYZ | 2.71 | 2.48 | 4.47 | - |
| YUV | 44.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 59 | 0.22 | 0.31 | 0 | 0.77 | 256.67 | 0.18 | 0.2 |
| Hex | 2E | 29 | 3B | 16 | 1F | 0 | 4D | 101 | 12 | 14 |
| Octal | 56 | 51 | 73 | 26 | 37 | 0 | 115 | 401 | 22 | 24 |
| Binary | 101110 | 101001 | 111011 | 10110 | 11111 | 0 | 1001101 | 100000001 | 10010 | 10100 |
Color Harmonies of #2E293B
Complementary color
Monochromatic Colors of #2E293B
Black with #2E293B
Text Example
Text Example
White with #2E293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E293B; }
p { color: rgb(46,41,59); }
H1.HeaderClassName
{
color: #2E293B;
}
.AnyTagClassName
{
color: #2E293B;
}
</style>
background-color css
<style>
a { background-color: #2E293B; }
a { background-color: rgb(46,41,59); }
div.DivClassName
{
background-color: #2E293B;
}
.BgClassName
{
background-color: #2E293B;
}
</style>
border-color css
<style>
span { border-color: #2E293B; }
span { border-color: rgb(46,41,59); }
td.TdClassName
{
border-color: #2E293B;
}
.TagClassName
{
border-color: #2E293B;
}
</style>