Html Css Color HEX #2E291A Maire

📋 copy color: '#2E291A'

red 46 ◦ green 41 ◦ blue 26

#2E291A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #2E291A

Tints of Maire #2E291A

RGB

 RED value IS 46 (18.36% from 255) = 40.71%

 GREEN value IS 41 (16.41% from 255) = 36.28%

 BLUE value IS 26 (10.55% from 255) = 23.01%

R = 40.71%
G = 36.28%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.82

RGB Variations

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

Color information

#2E291A (or 0x2E291A) is known color: Maire. HEX triplet: 2E, 29 and 1A. RGB value is (46,41,26). Sum of RGB (Red+Green+Blue) = 46+41+26=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 46 - color contains mainly: red. Hex color #2E291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E291A is #D1D6E5. Grayscale: #282828. Windows color (decimal): -13752038 or 1714478. OLE color: 1714478.

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

Color convert

RGB 46 41 26 -
CMYK 0 0.11 0.43 0.82
HSL 45º 0.28% 0.14% -
HSV(B) 45º 0.43% 0.18% -
XYZ 2.11 2.24 1.3 -
YUV 40.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 46 41 26 0 0.11 0.43 0.82 45 0.28 0.14
Hex 2E 29 1A 0 B 2B 52 2D 1C E
Octal 56 51 32 0 13 53 122 55 34 16
Binary 101110 101001 11010 0 1011 101011 1010010 101101 11100 1110

Color Harmonies of #2E291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E291A

Black with #2E291A

Text Example


Text Example

White with #2E291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E291A;
 }
 .AnyTagClassName
 {
   color: #2E291A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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