Shades of Tolopea #2E263D
Tints of Tolopea #2E263D
RGB
CMYK
RGB Variations
Color information
#2E263D (or 0x2E263D) is known color: Tolopea. HEX triplet: 2E, 26 and 3D. RGB value is (46,38,61). Sum of RGB (Red+Green+Blue) = 46+38+61=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E263D is #D1D9C2. Grayscale: #2A2A2A. Windows color (decimal): -13752771 or 4007470. OLE color: 4007470.
HSL color Cylindrical-coordinate representation of color #2E263D: hue angle of 260.87º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E263D is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 38 | 61 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.76 |
| HSL | 260.87º | 0.23% | 0.19% | - |
| HSV(B) | 260.87º | 0.38% | 0.24% | - |
| XYZ | 2.66 | 2.3 | 4.72 | - |
| YUV | 43.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 61 | 0.25 | 0.38 | 0 | 0.76 | 260.87 | 0.23 | 0.19 |
| Hex | 2E | 26 | 3D | 19 | 26 | 0 | 4C | 105 | 17 | 13 |
| Octal | 56 | 46 | 75 | 31 | 46 | 0 | 114 | 405 | 27 | 23 |
| Binary | 101110 | 100110 | 111101 | 11001 | 100110 | 0 | 1001100 | 100000101 | 10111 | 10011 |
Color Harmonies of #2E263D
Complementary color
Monochromatic Colors of #2E263D
Black with #2E263D
Text Example
Text Example
White with #2E263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E263D; }
p { color: rgb(46,38,61); }
H1.HeaderClassName
{
color: #2E263D;
}
.AnyTagClassName
{
color: #2E263D;
}
</style>
background-color css
<style>
a { background-color: #2E263D; }
a { background-color: rgb(46,38,61); }
div.DivClassName
{
background-color: #2E263D;
}
.BgClassName
{
background-color: #2E263D;
}
</style>
border-color css
<style>
span { border-color: #2E263D; }
span { border-color: rgb(46,38,61); }
td.TdClassName
{
border-color: #2E263D;
}
.TagClassName
{
border-color: #2E263D;
}
</style>