#2E2B1E

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

Shades of Maire #2E2B1E

Tints of Maire #2E2B1E

Color information

#2E2B1E (or 0x2E2B1E) is unknown color: approx Maire. HEX triplet: 2E, 2B and 1E. RGB value is (46,43,30). Sum of RGB (Red+Green+Blue) = 46+43+30=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2B1E is #D1D4E1. Grayscale: #2A2A2A. Windows color (decimal): -13751522 or 1977134. OLE color: 1977134.

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

Color convert

RGB464330-
CMYK00.070.350.82
HSL48.75º21.05%14.9%-
HSV(B)48.75º34.78%18.04%-
XYZ2.222.41.57-
YUV42.42120.99130.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.66%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=38.66%
G=36.13%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46433000.070.350.8248.7521.0514.9
Hex2E2B1E0723523115f
Octal5653360743122612517
Binary1011101010111111001111000111010010110001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,43,30); }

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

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

 a { background-color: rgb(46,43,30); }

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

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

 span { border-color: rgb(46,43,30); }

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