Html Css Color HEX #2E2913 Maire

📋 copy color: '#2E2913'

red 46 ◦ green 41 ◦ blue 19

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

Shades of Maire #2E2913

Tints of Maire #2E2913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.92%

R = 43.4%
G = 38.68%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.82

RGB Variations

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

Color information

#2E2913 (or 0x2E2913) is known color: Maire. HEX triplet: 2E, 29 and 13. RGB value is (46,41,19). Sum of RGB (Red+Green+Blue) = 46+41+19=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2913 is #D1D6EC. Grayscale: #282828. Windows color (decimal): -13752045 or 1255726. OLE color: 1255726.

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

Color convert

RGB 46 41 19 -
CMYK 0 0.11 0.59 0.82
HSL 48.89º 0.42% 0.13% -
HSV(B) 48.89º 0.59% 0.18% -
XYZ 2.04 2.21 0.94 -
YUV 39.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 46 41 19 0 0.11 0.59 0.82 48.89 0.42 0.13
Hex 2E 29 13 0 B 3B 52 31 2A D
Octal 56 51 23 0 13 73 122 61 52 15
Binary 101110 101001 10011 0 1011 111011 1010010 110001 101010 1101

Color Harmonies of #2E2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2913

Black with #2E2913

Text Example


Text Example

White with #2E2913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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