Shades of Tolopea #2E263C
Tints of Tolopea #2E263C
RGB
CMYK
RGB Variations
Color information
#2E263C (or 0x2E263C) is known color: Tolopea. HEX triplet: 2E, 26 and 3C. RGB value is (46,38,60). Sum of RGB (Red+Green+Blue) = 46+38+60=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E263C is #D1D9C3. Grayscale: #2A2A2A. Windows color (decimal): -13752772 or 3941934. OLE color: 3941934.
HSL color Cylindrical-coordinate representation of color #2E263C: hue angle of 261.82º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E263C is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 38 | 60 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.76 |
| HSL | 261.82º | 0.22% | 0.19% | - |
| HSV(B) | 261.82º | 0.37% | 0.24% | - |
| XYZ | 2.64 | 2.29 | 4.58 | - |
| YUV | 42.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 60 | 0.23 | 0.37 | 0 | 0.76 | 261.82 | 0.22 | 0.19 |
| Hex | 2E | 26 | 3C | 17 | 25 | 0 | 4C | 106 | 16 | 13 |
| Octal | 56 | 46 | 74 | 27 | 45 | 0 | 114 | 406 | 26 | 23 |
| Binary | 101110 | 100110 | 111100 | 10111 | 100101 | 0 | 1001100 | 100000110 | 10110 | 10011 |
Color Harmonies of #2E263C
Complementary color
Monochromatic Colors of #2E263C
Black with #2E263C
Text Example
Text Example
White with #2E263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E263C; }
p { color: rgb(46,38,60); }
H1.HeaderClassName
{
color: #2E263C;
}
.AnyTagClassName
{
color: #2E263C;
}
</style>
background-color css
<style>
a { background-color: #2E263C; }
a { background-color: rgb(46,38,60); }
div.DivClassName
{
background-color: #2E263C;
}
.BgClassName
{
background-color: #2E263C;
}
</style>
border-color css
<style>
span { border-color: #2E263C; }
span { border-color: rgb(46,38,60); }
td.TdClassName
{
border-color: #2E263C;
}
.TagClassName
{
border-color: #2E263C;
}
</style>