Html Css Color HEX #2E290A Maire

📋 copy color: '#2E290A'

red 46 ◦ green 41 ◦ blue 10

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

Shades of Maire #2E290A

Tints of Maire #2E290A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.31%

R = 47.42%
G = 42.27%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.82

RGB Variations

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

Color information

#2E290A (or 0x2E290A) is known color: Maire. HEX triplet: 2E, 29 and 0A. RGB value is (46,41,10). Sum of RGB (Red+Green+Blue) = 46+41+10=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E290A is #D1D6F5. Grayscale: #272727. Windows color (decimal): -13752054 or 665902. OLE color: 665902.

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

Color convert

RGB 46 41 10 -
CMYK 0 0.11 0.78 0.82
HSL 51.67º 0.64% 0.11% -
HSV(B) 51.67º 0.78% 0.18% -
XYZ 1.97 2.19 0.61 -
YUV 38.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 46 41 10 0 0.11 0.78 0.82 51.67 0.64 0.11
Hex 2E 29 A 0 B 4E 52 34 40 B
Octal 56 51 12 0 13 116 122 64 100 13
Binary 101110 101001 1010 0 1011 1001110 1010010 110100 1000000 1011

Color Harmonies of #2E290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E290A

Black with #2E290A

Text Example


Text Example

White with #2E290A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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