Html Css Color HEX #2E2C23 Maire

📋 copy color: '#2E2C23'

red 46 ◦ green 44 ◦ blue 35

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

Shades of Maire #2E2C23

Tints of Maire #2E2C23

RGB

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

 GREEN value IS 44 (17.58% from 255) = 35.2%

 BLUE value IS 35 (14.06% from 255) = 28%

R = 36.8%
G = 35.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.82

RGB Variations

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

Color information

#2E2C23 (or 0x2E2C23) is known color: Maire. HEX triplet: 2E, 2C and 23. RGB value is (46,44,35). Sum of RGB (Red+Green+Blue) = 46+44+35=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2C23 is #D1D3DC. Grayscale: #2B2B2B. Windows color (decimal): -13751261 or 2305070. OLE color: 2305070.

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

Color convert

RGB 46 44 35 -
CMYK 0 0.04 0.24 0.82
HSL 49.09º 0.14% 0.16% -
HSV(B) 49.09º 0.24% 0.18% -
XYZ 2.33 2.5 1.95 -
YUV 43.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 46 44 35 0 0.04 0.24 0.82 49.09 0.14 0.16
Hex 2E 2C 23 0 4 18 52 31 E 10
Octal 56 54 43 0 4 30 122 61 16 20
Binary 101110 101100 100011 0 100 11000 1010010 110001 1110 10000

Color Harmonies of #2E2C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2C23

Black with #2E2C23

Text Example


Text Example

White with #2E2C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,44,35); }

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

background-color css

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

 a { background-color: rgb(46,44,35); }

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

border-color css

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

 span { border-color: rgb(46,44,35); }

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