Html Css Color HEX #2E3526 Black Forest

📋 copy color: '#2E3526'

red 46 ◦ green 53 ◦ blue 38

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

Shades of Black Forest #2E3526

Tints of Black Forest #2E3526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.69%

 BLUE value IS 38 (15.23% from 255) = 27.74%

R = 33.58%
G = 38.69%
B = 27.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#2E3526 (or 0x2E3526) is known color: Black Forest. HEX triplet: 2E, 35 and 26. RGB value is (46,53,38). Sum of RGB (Red+Green+Blue) = 46+53+38=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #2E3526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3526 is #D1CAD9. Grayscale: #313131. Windows color (decimal): -13748954 or 2503982. OLE color: 2503982.

HSL color Cylindrical-coordinate representation of color #2E3526: hue angle of 88º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E3526 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB 46 53 38 -
CMYK 0.13 0 0.28 0.79
HSL 88º 0.16% 0.18% -
HSV(B) 88º 0.28% 0.21% -
XYZ 2.75 3.27 2.32 -
YUV 49.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 46 53 38 0.13 0 0.28 0.79 88 0.16 0.18
Hex 2E 35 26 D 0 1C 4F 58 10 12
Octal 56 65 46 15 0 34 117 130 20 22
Binary 101110 110101 100110 1101 0 11100 1001111 1011000 10000 10010

Color Harmonies of #2E3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3526

Black with #2E3526

Text Example


Text Example

White with #2E3526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,53,38); }

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

background-color css

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

 a { background-color: rgb(46,53,38); }

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

border-color css

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

 span { border-color: rgb(46,53,38); }

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