#2E322B

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

Shades of Black Forest #2E322B

Tints of Black Forest #2E322B

Color information

#2E322B (or 0x2E322B) is unknown color: approx Black Forest. HEX triplet: 2E, 32 and 2B. RGB value is (46,50,43). Sum of RGB (Red+Green+Blue) = 46+50+43=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 50 - color contains mainly: green. Hex color #2E322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E322B is #D1CDD4. Grayscale: #303030. Windows color (decimal): -13749717 or 2830894. OLE color: 2830894.

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

Color convert

RGB465043-
CMYK0.0800.140.80
HSL94.29º7.53%18.24%-
HSV(B)94.29º14%19.61%-
XYZ2.73.042.73-
YUV48.01125.17126.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.09%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=33.09%
G=35.97%
B=30.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650430.0800.140.8094.297.5318.24
Hex2E322B80E505e812
Octal566253100161201361022
Binary10111011001010101110000111010100001011110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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