#2E312C

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

Shades of Black Forest #2E312C

Tints of Black Forest #2E312C

Color information

#2E312C (or 0x2E312C) is unknown color: approx Black Forest. HEX triplet: 2E, 31 and 2C. RGB value is (46,49,44). Sum of RGB (Red+Green+Blue) = 46+49+44=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 49 - color contains mainly: green. Hex color #2E312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E312C is #D1CED3. Grayscale: #2F2F2F. Windows color (decimal): -13749972 or 2896174. OLE color: 2896174.

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

Color convert

RGB464944-
CMYK0.0600.100.81
HSL96º5.38%18.24%-
HSV(B)96º10.2%19.22%-
XYZ2.682.962.81-
YUV47.53126.01126.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.09%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=33.09%
G=35.25%
B=31.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4649440.0600.100.81965.3818.24
Hex2E312C60A5160512
Octal5661546012121140522
Binary101110110001101100110010101010001110000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E312C;
 }
 .AnyTagClassName
 {
   color: #2E312C;
 }
</style>
background-color css

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

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

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

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

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

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