Html Css Color HEX #2E312B Black Forest

📋 copy color: '#2E312B'

red 46 ◦ green 49 ◦ blue 43

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

Shades of Black Forest #2E312B

Tints of Black Forest #2E312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.51%

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 33.33%
G = 35.51%
B = 31.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#2E312B (or 0x2E312B) is known color: Black Forest. HEX triplet: 2E, 31 and 2B. RGB value is (46,49,43). Sum of RGB (Red+Green+Blue) = 46+49+43=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 49 - color contains mainly: green. Hex color #2E312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E312B is #D1CED4. Grayscale: #2F2F2F. Windows color (decimal): -13749973 or 2830638. OLE color: 2830638.

HSL color Cylindrical-coordinate representation of color #2E312B: hue angle of 90º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2E312B is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB 46 49 43 -
CMYK 0.06 0 0.12 0.81
HSL 90º 0.07% 0.18% -
HSV(B) 90º 0.12% 0.19% -
XYZ 2.66 2.95 2.72 -
YUV 47.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 46 49 43 0.06 0 0.12 0.81 90 0.07 0.18
Hex 2E 31 2B 6 0 C 51 5A 7 12
Octal 56 61 53 6 0 14 121 132 7 22
Binary 101110 110001 101011 110 0 1100 1010001 1011010 111 10010

Color Harmonies of #2E312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E312B

Black with #2E312B

Text Example


Text Example

White with #2E312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,49,43); }

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

background-color css

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

 a { background-color: rgb(46,49,43); }

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

border-color css

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

 span { border-color: rgb(46,49,43); }

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