Shades of Tolopea #2E273B
Tints of Tolopea #2E273B
RGB
CMYK
RGB Variations
Color information
#2E273B (or 0x2E273B) is known color: Tolopea. HEX triplet: 2E, 27 and 3B. RGB value is (46,39,59). Sum of RGB (Red+Green+Blue) = 46+39+59=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 59 - color contains mainly: blue. Hex color #2E273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E273B is #D1D8C4. Grayscale: #2B2B2B. Windows color (decimal): -13752517 or 3876654. OLE color: 3876654.
HSL color Cylindrical-coordinate representation of color #2E273B: hue angle of 261º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E273B is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 39 | 59 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.77 |
| HSL | 261º | 0.2% | 0.19% | - |
| HSV(B) | 261º | 0.34% | 0.23% | - |
| XYZ | 2.64 | 2.35 | 4.45 | - |
| YUV | 43.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 59 | 0.22 | 0.34 | 0 | 0.77 | 261 | 0.2 | 0.19 |
| Hex | 2E | 27 | 3B | 16 | 22 | 0 | 4D | 105 | 14 | 13 |
| Octal | 56 | 47 | 73 | 26 | 42 | 0 | 115 | 405 | 24 | 23 |
| Binary | 101110 | 100111 | 111011 | 10110 | 100010 | 0 | 1001101 | 100000101 | 10100 | 10011 |
Color Harmonies of #2E273B
Complementary color
Monochromatic Colors of #2E273B
Black with #2E273B
Text Example
Text Example
White with #2E273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E273B; }
p { color: rgb(46,39,59); }
H1.HeaderClassName
{
color: #2E273B;
}
.AnyTagClassName
{
color: #2E273B;
}
</style>
background-color css
<style>
a { background-color: #2E273B; }
a { background-color: rgb(46,39,59); }
div.DivClassName
{
background-color: #2E273B;
}
.BgClassName
{
background-color: #2E273B;
}
</style>
border-color css
<style>
span { border-color: #2E273B; }
span { border-color: rgb(46,39,59); }
td.TdClassName
{
border-color: #2E273B;
}
.TagClassName
{
border-color: #2E273B;
}
</style>