Shades of Tolopea #2E273D
Tints of Tolopea #2E273D
RGB
CMYK
RGB Variations
Color information
#2E273D (or 0x2E273D) is known color: Tolopea. HEX triplet: 2E, 27 and 3D. RGB value is (46,39,61). Sum of RGB (Red+Green+Blue) = 46+39+61=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E273D is #D1D8C2. Grayscale: #2B2B2B. Windows color (decimal): -13752515 or 4007726. OLE color: 4007726.
HSL color Cylindrical-coordinate representation of color #2E273D: hue angle of 259.09º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E273D is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 39 | 61 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.76 |
| HSL | 259.09º | 0.22% | 0.2% | - |
| HSV(B) | 259.09º | 0.36% | 0.24% | - |
| XYZ | 2.69 | 2.37 | 4.73 | - |
| YUV | 43.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 61 | 0.25 | 0.36 | 0 | 0.76 | 259.09 | 0.22 | 0.2 |
| Hex | 2E | 27 | 3D | 19 | 24 | 0 | 4C | 103 | 16 | 14 |
| Octal | 56 | 47 | 75 | 31 | 44 | 0 | 114 | 403 | 26 | 24 |
| Binary | 101110 | 100111 | 111101 | 11001 | 100100 | 0 | 1001100 | 100000011 | 10110 | 10100 |
Color Harmonies of #2E273D
Complementary color
Monochromatic Colors of #2E273D
Black with #2E273D
Text Example
Text Example
White with #2E273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E273D; }
p { color: rgb(46,39,61); }
H1.HeaderClassName
{
color: #2E273D;
}
.AnyTagClassName
{
color: #2E273D;
}
</style>
background-color css
<style>
a { background-color: #2E273D; }
a { background-color: rgb(46,39,61); }
div.DivClassName
{
background-color: #2E273D;
}
.BgClassName
{
background-color: #2E273D;
}
</style>
border-color css
<style>
span { border-color: #2E273D; }
span { border-color: rgb(46,39,61); }
td.TdClassName
{
border-color: #2E273D;
}
.TagClassName
{
border-color: #2E273D;
}
</style>