#2E2428

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

Shades of Toledo #2E2428

Tints of Toledo #2E2428

Color information

#2E2428 (or 0x2E2428) is unknown color: approx Toledo. HEX triplet: 2E, 24 and 28. RGB value is (46,36,40). Sum of RGB (Red+Green+Blue) = 46+36+40=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2428 is #D1DBD7. Grayscale: #272727. Windows color (decimal): -13753304 or 2630702. OLE color: 2630702.

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

Color convert

RGB463640-
CMYK00.220.130.82
HSL336º12.2%16.08%-
HSV(B)336º21.74%18.04%-
XYZ2.1422.28-
YUV39.45128.31132.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.70%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=37.70%
G=29.51%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46364000.220.130.8233612.216.08
Hex2E2428016D52150c10
Octal564450026151225201420
Binary10111010010010100001011011011010010101010000110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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