Shades of Tolopea #2E253B
Tints of Tolopea #2E253B
RGB
CMYK
RGB Variations
Color information
#2E253B (or 0x2E253B) is known color: Tolopea. HEX triplet: 2E, 25 and 3B. RGB value is (46,37,59). Sum of RGB (Red+Green+Blue) = 46+37+59=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: blue. Hex color #2E253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E253B is #D1DAC4. Grayscale: #2A2A2A. Windows color (decimal): -13753029 or 3876142. OLE color: 3876142.
HSL color Cylindrical-coordinate representation of color #2E253B: hue angle of 264.55º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E253B is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 37 | 59 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.77 |
| HSL | 264.55º | 0.23% | 0.19% | - |
| HSV(B) | 264.55º | 0.37% | 0.23% | - |
| XYZ | 2.58 | 2.22 | 4.43 | - |
| YUV | 42.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 59 | 0.22 | 0.37 | 0 | 0.77 | 264.55 | 0.23 | 0.19 |
| Hex | 2E | 25 | 3B | 16 | 25 | 0 | 4D | 109 | 17 | 13 |
| Octal | 56 | 45 | 73 | 26 | 45 | 0 | 115 | 411 | 27 | 23 |
| Binary | 101110 | 100101 | 111011 | 10110 | 100101 | 0 | 1001101 | 100001001 | 10111 | 10011 |
Color Harmonies of #2E253B
Complementary color
Monochromatic Colors of #2E253B
Black with #2E253B
Text Example
Text Example
White with #2E253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E253B; }
p { color: rgb(46,37,59); }
H1.HeaderClassName
{
color: #2E253B;
}
.AnyTagClassName
{
color: #2E253B;
}
</style>
background-color css
<style>
a { background-color: #2E253B; }
a { background-color: rgb(46,37,59); }
div.DivClassName
{
background-color: #2E253B;
}
.BgClassName
{
background-color: #2E253B;
}
</style>
border-color css
<style>
span { border-color: #2E253B; }
span { border-color: rgb(46,37,59); }
td.TdClassName
{
border-color: #2E253B;
}
.TagClassName
{
border-color: #2E253B;
}
</style>