#2E2C1F

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

Shades of Maire #2E2C1F

Tints of Maire #2E2C1F

Color information

#2E2C1F (or 0x2E2C1F) is unknown color: approx Maire. HEX triplet: 2E, 2C and 1F. RGB value is (46,44,31). Sum of RGB (Red+Green+Blue) = 46+44+31=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2C1F is #D1D3E0. Grayscale: #2B2B2B. Windows color (decimal): -13751265 or 2042926. OLE color: 2042926.

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

Color convert

RGB464431-
CMYK00.040.330.82
HSL52º19.48%15.1%-
HSV(B)52º32.61%18.04%-
XYZ2.272.481.66-
YUV43.12121.16130.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.02%
GREEN value IS 44 (17.58% from 255) = 36.36%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=38.02%
G=36.36%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46443100.040.330.825219.4815.1
Hex2E2C1F0421523413f
Octal5654370441122642317
Binary1011101011001111101001000011010010110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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