#2E2C15

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

Shades of Maire #2E2C15

Tints of Maire #2E2C15

Color information

#2E2C15 (or 0x2E2C15) is unknown color: approx Maire. HEX triplet: 2E, 2C and 15. RGB value is (46,44,21). Sum of RGB (Red+Green+Blue) = 46+44+21=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2C15 is #D1D3EA. Grayscale: #2A2A2A. Windows color (decimal): -13751275 or 1387566. OLE color: 1387566.

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

Color convert

RGB464421-
CMYK00.040.540.82
HSL55.2º37.31%13.14%-
HSV(B)55.2º54.35%18.04%-
XYZ2.162.441.07-
YUV41.98116.16130.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.44%
GREEN value IS 44 (17.58% from 255) = 39.64%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=41.44%
G=39.64%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46442100.040.540.8255.237.3113.14
Hex2E2C150436523725d
Octal5654250466122674515
Binary10111010110010101010011011010100101101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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