#2E290C

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

Shades of Maire #2E290C

Tints of Maire #2E290C

Color information

#2E290C (or 0x2E290C) is unknown color: approx Maire. HEX triplet: 2E, 29 and 0C. RGB value is (46,41,12). Sum of RGB (Red+Green+Blue) = 46+41+12=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E290C is #D1D6F3. Grayscale: #272727. Windows color (decimal): -13752052 or 796974. OLE color: 796974.

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

Color convert

RGB464112-
CMYK00.110.740.82
HSL51.18º58.62%11.37%-
HSV(B)51.18º73.91%18.04%-
XYZ1.992.190.67-
YUV39.19112.66132.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46.46%
GREEN value IS 41 (16.41% from 255) = 41.41%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=46.46%
G=41.41%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46411200.110.740.8251.1858.6211.37
Hex2E29C0B4A52333bb
Octal565114013112122637313
Binary101110101001110001011100101010100101100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,41,12); }

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

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

 a { background-color: rgb(46,41,12); }

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

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

 span { border-color: rgb(46,41,12); }

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