Shades of Toledo #2E262A
Tints of Toledo #2E262A
RGB
CMYK
RGB Variations
Color information
#2E262A (or 0x2E262A) is known color: Toledo. HEX triplet: 2E, 26 and 2A. RGB value is (46,38,42). Sum of RGB (Red+Green+Blue) = 46+38+42=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 46 - color contains mainly: red. Hex color #2E262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E262A is #D1D9D5. Grayscale: #282828. Windows color (decimal): -13752790 or 2762286. OLE color: 2762286.
HSL color Cylindrical-coordinate representation of color #2E262A: hue angle of 330º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2E262A is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 38 | 42 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.82 |
| HSL | 330º | 0.1% | 0.16% | - |
| HSV(B) | 330º | 0.17% | 0.18% | - |
| XYZ | 2.24 | 2.13 | 2.48 | - |
| YUV | 40.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 42 | 0 | 0.17 | 0.09 | 0.82 | 330 | 0.1 | 0.16 |
| Hex | 2E | 26 | 2A | 0 | 11 | 9 | 52 | 14A | A | 10 |
| Octal | 56 | 46 | 52 | 0 | 21 | 11 | 122 | 512 | 12 | 20 |
| Binary | 101110 | 100110 | 101010 | 0 | 10001 | 1001 | 1010010 | 101001010 | 1010 | 10000 |
Color Harmonies of #2E262A
Complementary color
Monochromatic Colors of #2E262A
Black with #2E262A
Text Example
Text Example
White with #2E262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E262A; }
p { color: rgb(46,38,42); }
H1.HeaderClassName
{
color: #2E262A;
}
.AnyTagClassName
{
color: #2E262A;
}
</style>
background-color css
<style>
a { background-color: #2E262A; }
a { background-color: rgb(46,38,42); }
div.DivClassName
{
background-color: #2E262A;
}
.BgClassName
{
background-color: #2E262A;
}
</style>
border-color css
<style>
span { border-color: #2E262A; }
span { border-color: rgb(46,38,42); }
td.TdClassName
{
border-color: #2E262A;
}
.TagClassName
{
border-color: #2E262A;
}
</style>