#2E2429

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

Shades of Toledo #2E2429

Tints of Toledo #2E2429

Color information

#2E2429 (or 0x2E2429) is unknown color: approx Toledo. HEX triplet: 2E, 24 and 29. RGB value is (46,36,41). Sum of RGB (Red+Green+Blue) = 46+36+41=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2429 is #D1DBD6. Grayscale: #272727. Windows color (decimal): -13753303 or 2696238. OLE color: 2696238.

HSL color Cylindrical-coordinate representation of color #2E2429: hue angle of 330º 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 #2E2429 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB463641-
CMYK00.220.110.82
HSL330º12.2%16.08%-
HSV(B)330º21.74%18.04%-
XYZ2.1622.37-
YUV39.56128.81132.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.40%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 41 (16.41% from 255) = 33.33%
R=37.40%
G=29.27%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46364100.220.110.8233012.216.08
Hex2E2429016B5214ac10
Octal564451026131225121420
Binary10111010010010100101011010111010010101001010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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