Shades of Tolopea #2E2936
Tints of Tolopea #2E2936
RGB
CMYK
RGB Variations
Color information
#2E2936 (or 0x2E2936) is known color: Tolopea. HEX triplet: 2E, 29 and 36. RGB value is (46,41,54). Sum of RGB (Red+Green+Blue) = 46+41+54=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 54 - color contains mainly: blue. Hex color #2E2936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2936 is #D1D6C9. Grayscale: #2B2B2B. Windows color (decimal): -13752010 or 3549486. OLE color: 3549486.
HSL color Cylindrical-coordinate representation of color #2E2936: hue angle of 263.08º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2E2936 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 41 | 54 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.79 |
| HSL | 263.08º | 0.14% | 0.19% | - |
| HSV(B) | 263.08º | 0.24% | 0.21% | - |
| XYZ | 2.59 | 2.43 | 3.82 | - |
| YUV | 43.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 54 | 0.15 | 0.24 | 0 | 0.79 | 263.08 | 0.14 | 0.19 |
| Hex | 2E | 29 | 36 | F | 18 | 0 | 4F | 107 | E | 13 |
| Octal | 56 | 51 | 66 | 17 | 30 | 0 | 117 | 407 | 16 | 23 |
| Binary | 101110 | 101001 | 110110 | 1111 | 11000 | 0 | 1001111 | 100000111 | 1110 | 10011 |
Color Harmonies of #2E2936
Complementary color
Monochromatic Colors of #2E2936
Black with #2E2936
Text Example
Text Example
White with #2E2936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2936; }
p { color: rgb(46,41,54); }
H1.HeaderClassName
{
color: #2E2936;
}
.AnyTagClassName
{
color: #2E2936;
}
</style>
background-color css
<style>
a { background-color: #2E2936; }
a { background-color: rgb(46,41,54); }
div.DivClassName
{
background-color: #2E2936;
}
.BgClassName
{
background-color: #2E2936;
}
</style>
border-color css
<style>
span { border-color: #2E2936; }
span { border-color: rgb(46,41,54); }
td.TdClassName
{
border-color: #2E2936;
}
.TagClassName
{
border-color: #2E2936;
}
</style>