#2E2228

Color #2E2228 Toledo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toledo #2E2228

Tints of Toledo #2E2228

Color information

#2E2228 (or 0x2E2228) is unknown color: approx Toledo. HEX triplet: 2E, 22 and 28. RGB value is (46,34,40). Sum of RGB (Red+Green+Blue) = 46+34+40=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2228 is #D1DDD7. Grayscale: #262626. Windows color (decimal): -13753816 or 2630190. OLE color: 2630190.

HSL color Cylindrical-coordinate representation of color #2E2228: hue angle of 330º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E2228 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB463440-
CMYK00.260.130.82
HSL330º15%15.69%-
HSV(B)330º26.09%18.04%-
XYZ2.081.882.26-
YUV38.27128.98133.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 38.33%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 40 (16.02% from 255) = 33.33%
R=38.33%
G=28.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46344000.260.130.823301515.69
Hex2E222801AD5214af10
Octal564250032151225121720
Binary10111010001010100001101011011010010101001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E2228; }

 p { color: rgb(46,34,40); }

 H1.HeaderClassName
 {
   color: #2E2228;
 }
 .AnyTagClassName
 {
   color: #2E2228;
 }
</style>
background-color css

<style>
 a { background-color: #2E2228; }

 a { background-color: rgb(46,34,40); }

 div.DivClassName
 {
   background-color: #2E2228;
 }
 .BgClassName
 {
   background-color: #2E2228;
 }
</style>
border-color css

<style>
 span { border-color: #2E2228; }

 span { border-color: rgb(46,34,40); }

 td.TdClassName
 {
   border-color: #2E2228;
 }
 .TagClassName
 {
   border-color: #2E2228;
 }
</style>