Shades of Toledo #2E272A
Tints of Toledo #2E272A
RGB
CMYK
RGB Variations
Color information
#2E272A (or 0x2E272A) is known color: Toledo. HEX triplet: 2E, 27 and 2A. RGB value is (46,39,42). Sum of RGB (Red+Green+Blue) = 46+39+42=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 46 - color contains mainly: red. Hex color #2E272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E272A is #D1D8D5. Grayscale: #292929. Windows color (decimal): -13752534 or 2762542. OLE color: 2762542.
HSL color Cylindrical-coordinate representation of color #2E272A: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2E272A is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 39 | 42 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.82 |
| HSL | 334.29º | 0.08% | 0.17% | - |
| HSV(B) | 334.29º | 0.15% | 0.18% | - |
| XYZ | 2.27 | 2.2 | 2.5 | - |
| YUV | 41.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 42 | 0 | 0.15 | 0.09 | 0.82 | 334.29 | 0.08 | 0.17 |
| Hex | 2E | 27 | 2A | 0 | F | 9 | 52 | 14E | 8 | 11 |
| Octal | 56 | 47 | 52 | 0 | 17 | 11 | 122 | 516 | 10 | 21 |
| Binary | 101110 | 100111 | 101010 | 0 | 1111 | 1001 | 1010010 | 101001110 | 1000 | 10001 |
Color Harmonies of #2E272A
Complementary color
Monochromatic Colors of #2E272A
Black with #2E272A
Text Example
Text Example
White with #2E272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E272A; }
p { color: rgb(46,39,42); }
H1.HeaderClassName
{
color: #2E272A;
}
.AnyTagClassName
{
color: #2E272A;
}
</style>
background-color css
<style>
a { background-color: #2E272A; }
a { background-color: rgb(46,39,42); }
div.DivClassName
{
background-color: #2E272A;
}
.BgClassName
{
background-color: #2E272A;
}
</style>
border-color css
<style>
span { border-color: #2E272A; }
span { border-color: rgb(46,39,42); }
td.TdClassName
{
border-color: #2E272A;
}
.TagClassName
{
border-color: #2E272A;
}
</style>