#2C3128

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

Shades of Black Forest #2C3128

Tints of Black Forest #2C3128

Color information

#2C3128 (or 0x2C3128) is unknown color: approx Black Forest. HEX triplet: 2C, 31 and 28. RGB value is (44,49,40). Sum of RGB (Red+Green+Blue) = 44+49+40=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 49 - color contains mainly: green. Hex color #2C3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3128 is #D3CED7. Grayscale: #2E2E2E. Windows color (decimal): -13881048 or 2634028. OLE color: 2634028.

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

Color convert

RGB444940-
CMYK0.1000.180.81
HSL93.33º10.11%17.45%-
HSV(B)93.33º18.37%19.22%-
XYZ2.522.892.43-
YUV46.48124.34126.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.08%
GREEN value IS 49 (19.53% from 255) = 36.84%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=33.08%
G=36.84%
B=30.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4449400.1000.180.8193.3310.1117.45
Hex2C3128A012515da11
Octal546150120221211351221
Binary101100110001101000101001001010100011011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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