#2E2127

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

Shades of Toledo #2E2127

Tints of Toledo #2E2127

Color information

#2E2127 (or 0x2E2127) is unknown color: approx Toledo. HEX triplet: 2E, 21 and 27. RGB value is (46,33,39). Sum of RGB (Red+Green+Blue) = 46+33+39=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2127 is #D1DED8. Grayscale: #252525. Windows color (decimal): -13754073 or 2564398. OLE color: 2564398.

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

Color convert

RGB463339-
CMYK00.280.150.82
HSL332.31º16.46%15.49%-
HSV(B)332.31º28.26%18.04%-
XYZ2.041.822.16-
YUV37.57128.81134.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.98%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=38.98%
G=27.97%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46333900.280.150.82332.3116.4615.49
Hex2E212701CF5214c10f
Octal564147034171225142017
Binary10111010000110011101110011111010010101001100100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,33,39); }

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

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

 a { background-color: rgb(46,33,39); }

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

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

 span { border-color: rgb(46,33,39); }

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