#2E2C21

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

Shades of Maire #2E2C21

Tints of Maire #2E2C21

Color information

#2E2C21 (or 0x2E2C21) is unknown color: approx Maire. HEX triplet: 2E, 2C and 21. RGB value is (46,44,33). Sum of RGB (Red+Green+Blue) = 46+44+33=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2C21 is #D1D3DE. Grayscale: #2B2B2B. Windows color (decimal): -13751263 or 2173998. OLE color: 2173998.

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

Color convert

RGB464433-
CMYK00.040.280.82
HSL50.77º16.46%15.49%-
HSV(B)50.77º28.26%18.04%-
XYZ2.32.491.8-
YUV43.34122.16129.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.40%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=37.40%
G=35.77%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46443300.040.280.8250.7716.4615.49
Hex2E2C21041C523310f
Octal5654410434122632017
Binary1011101011001000010100111001010010110011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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