Shades of Tolopea #2E283D
Tints of Tolopea #2E283D
RGB
CMYK
RGB Variations
Color information
#2E283D (or 0x2E283D) is known color: Tolopea. HEX triplet: 2E, 28 and 3D. RGB value is (46,40,61). Sum of RGB (Red+Green+Blue) = 46+40+61=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E283D is #D1D7C2. Grayscale: #2C2C2C. Windows color (decimal): -13752259 or 4007982. OLE color: 4007982.
HSL color Cylindrical-coordinate representation of color #2E283D: hue angle of 257.14º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E283D is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 40 | 61 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.76 |
| HSL | 257.14º | 0.21% | 0.2% | - |
| HSV(B) | 257.14º | 0.34% | 0.24% | - |
| XYZ | 2.73 | 2.44 | 4.74 | - |
| YUV | 44.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 61 | 0.25 | 0.34 | 0 | 0.76 | 257.14 | 0.21 | 0.2 |
| Hex | 2E | 28 | 3D | 19 | 22 | 0 | 4C | 101 | 15 | 14 |
| Octal | 56 | 50 | 75 | 31 | 42 | 0 | 114 | 401 | 25 | 24 |
| Binary | 101110 | 101000 | 111101 | 11001 | 100010 | 0 | 1001100 | 100000001 | 10101 | 10100 |
Color Harmonies of #2E283D
Complementary color
Monochromatic Colors of #2E283D
Black with #2E283D
Text Example
Text Example
White with #2E283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E283D; }
p { color: rgb(46,40,61); }
H1.HeaderClassName
{
color: #2E283D;
}
.AnyTagClassName
{
color: #2E283D;
}
</style>
background-color css
<style>
a { background-color: #2E283D; }
a { background-color: rgb(46,40,61); }
div.DivClassName
{
background-color: #2E283D;
}
.BgClassName
{
background-color: #2E283D;
}
</style>
border-color css
<style>
span { border-color: #2E283D; }
span { border-color: rgb(46,40,61); }
td.TdClassName
{
border-color: #2E283D;
}
.TagClassName
{
border-color: #2E283D;
}
</style>