Shades of Toledo #2E2127
Tints of Toledo #2E2127
RGB
CMYK
RGB Variations
Color information
#2E2127 (or 0x2E2127) is known color: Toledo. HEX triplet: 2E, 21 and 27. RGB value is (46,33,39). Sum of RGB (Red+Green+Blue) = 46+33+39=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2127 is #D1DED8. Grayscale: #252525. Windows color (decimal): -13754073 or 2564398. OLE color: 2564398.
HSL color Cylindrical-coordinate representation of color #2E2127: hue angle of 332.31º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E2127 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 33 | 39 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.82 |
| HSL | 332.31º | 0.16% | 0.15% | - |
| HSV(B) | 332.31º | 0.28% | 0.18% | - |
| XYZ | 2.04 | 1.82 | 2.16 | - |
| YUV | 37.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 39 | 0 | 0.28 | 0.15 | 0.82 | 332.31 | 0.16 | 0.15 |
| Hex | 2E | 21 | 27 | 0 | 1C | F | 52 | 14C | 10 | F |
| Octal | 56 | 41 | 47 | 0 | 34 | 17 | 122 | 514 | 20 | 17 |
| Binary | 101110 | 100001 | 100111 | 0 | 11100 | 1111 | 1010010 | 101001100 | 10000 | 1111 |
Color Harmonies of #2E2127
Complementary color
Monochromatic Colors of #2E2127
Black with #2E2127
Text Example
Text Example
White with #2E2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2127; }
p { color: rgb(46,33,39); }
H1.HeaderClassName
{
color: #2E2127;
}
.AnyTagClassName
{
color: #2E2127;
}
</style>
background-color css
<style>
a { background-color: #2E2127; }
a { background-color: rgb(46,33,39); }
div.DivClassName
{
background-color: #2E2127;
}
.BgClassName
{
background-color: #2E2127;
}
</style>
border-color css
<style>
span { border-color: #2E2127; }
span { border-color: rgb(46,33,39); }
td.TdClassName
{
border-color: #2E2127;
}
.TagClassName
{
border-color: #2E2127;
}
</style>