#2E2304

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

Shades of Maire #2E2304

Tints of Maire #2E2304

Color information

#2E2304 (or 0x2E2304) is unknown color: approx Maire. HEX triplet: 2E, 23 and 04. RGB value is (46,35,4). Sum of RGB (Red+Green+Blue) = 46+35+4=85 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.12% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2304 is #D1DCFB. Grayscale: #222222. Windows color (decimal): -13753596 or 271150. OLE color: 271150.

HSL color Cylindrical-coordinate representation of color #2E2304: hue angle of 44.29º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E2304 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.82.

Color convert

RGB46354-
CMYK00.240.910.82
HSL44.29º84%9.8%-
HSV(B)44.29º91.3%18.04%-
XYZ1.751.790.37-
YUV34.76110.64136.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 54.12%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 4 (1.95% from 255) = 4.71%
R=54.12%
G=41.18%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4635400.240.910.8244.29849.8
Hex2E2340185B522c54a
Octal564340301331225412412
Binary1011101000111000110001011011101001010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,35,4); }

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

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

 a { background-color: rgb(46,35,4); }

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

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

 span { border-color: rgb(46,35,4); }

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