Html Css Color HEX #2E290B Maire

📋 copy color: '#2E290B'

red 46 ◦ green 41 ◦ blue 11

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

Shades of Maire #2E290B

Tints of Maire #2E290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.22%

R = 46.94%
G = 41.84%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.82

RGB Variations

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

Color information

#2E290B (or 0x2E290B) is known color: Maire. HEX triplet: 2E, 29 and 0B. RGB value is (46,41,11). Sum of RGB (Red+Green+Blue) = 46+41+11=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E290B is #D1D6F4. Grayscale: #272727. Windows color (decimal): -13752053 or 731438. OLE color: 731438.

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

Color convert

RGB 46 41 11 -
CMYK 0 0.11 0.76 0.82
HSL 51.43º 0.61% 0.11% -
HSV(B) 51.43º 0.76% 0.18% -
XYZ 1.98 2.19 0.64 -
YUV 39.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 46 41 11 0 0.11 0.76 0.82 51.43 0.61 0.11
Hex 2E 29 B 0 B 4C 52 33 3D B
Octal 56 51 13 0 13 114 122 63 75 13
Binary 101110 101001 1011 0 1011 1001100 1010010 110011 111101 1011

Color Harmonies of #2E290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E290B

Black with #2E290B

Text Example


Text Example

White with #2E290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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