#2E312B

Color #2E312B Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #2E312B

Tints of Black Forest #2E312B

Color information

#2E312B (or 0x2E312B) is unknown color: approx 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

RGB464943-
CMYK0.0600.120.81
HSL90º6.52%18.04%-
HSV(B)90º12.24%19.22%-
XYZ2.662.952.72-
YUV47.42125.51126.99-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4649430.0600.120.81906.5218.04
Hex2E312B60C515a712
Octal5661536014121132722
Binary101110110001101011110011001010001101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>