#2E2C19

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

Shades of Maire #2E2C19

Tints of Maire #2E2C19

Color information

#2E2C19 (or 0x2E2C19) is unknown color: approx Maire. HEX triplet: 2E, 2C and 19. RGB value is (46,44,25). Sum of RGB (Red+Green+Blue) = 46+44+25=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2C19 is #D1D3E6. Grayscale: #2A2A2A. Windows color (decimal): -13751271 or 1649710. OLE color: 1649710.

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

Color convert

RGB464425-
CMYK00.040.460.82
HSL54.29º29.58%13.92%-
HSV(B)54.29º45.65%18.04%-
XYZ2.22.451.28-
YUV42.43118.16130.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=40%
G=38.26%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46442500.040.460.8254.2929.5813.92
Hex2E2C19042E52361ee
Octal5654310456122663616
Binary1011101011001100101001011101010010110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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