#2E302C

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

Shades of Black Forest #2E302C

Tints of Black Forest #2E302C

Color information

#2E302C (or 0x2E302C) is unknown color: approx Black Forest. HEX triplet: 2E, 30 and 2C. RGB value is (46,48,44). Sum of RGB (Red+Green+Blue) = 46+48+44=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 48 - color contains mainly: green. Hex color #2E302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E302C is #D1CFD3. Grayscale: #2E2E2E. Windows color (decimal): -13750228 or 2895918. OLE color: 2895918.

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

Color convert

RGB464844-
CMYK0.0400.080.81
HSL90º4.35%18.04%-
HSV(B)90º8.33%18.82%-
XYZ2.642.882.8-
YUV46.95126.34127.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=33.33%
G=34.78%
B=31.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4648440.0400.080.81904.3518.04
Hex2E302C408515a412
Octal5660544010121132422
Binary101110110000101100100010001010001101101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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