#2E272A

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

Shades of Toledo #2E272A

Tints of Toledo #2E272A

Color information

#2E272A (or 0x2E272A) is unknown color: approx Toledo. HEX triplet: 2E, 27 and 2A. RGB value is (46,39,42). Sum of RGB (Red+Green+Blue) = 46+39+42=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 46 - color contains mainly: red. Hex color #2E272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E272A is #D1D8D5. Grayscale: #292929. Windows color (decimal): -13752534 or 2762542. OLE color: 2762542.

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

Color convert

RGB463942-
CMYK00.150.090.82
HSL334.29º8.24%16.67%-
HSV(B)334.29º15.22%18.04%-
XYZ2.272.22.5-
YUV41.44128.32131.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.22%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=36.22%
G=30.71%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46394200.150.090.82334.298.2416.67
Hex2E272A0F95214e811
Octal564752017111225161021
Binary1011101001111010100111110011010010101001110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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