#2C3129

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

Shades of Black Forest #2C3129

Tints of Black Forest #2C3129

Color information

#2C3129 (or 0x2C3129) is unknown color: approx Black Forest. HEX triplet: 2C, 31 and 29. RGB value is (44,49,41). Sum of RGB (Red+Green+Blue) = 44+49+41=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 49 - color contains mainly: green. Hex color #2C3129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3129 is #D3CED6. Grayscale: #2E2E2E. Windows color (decimal): -13881047 or 2699564. OLE color: 2699564.

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

Color convert

RGB444941-
CMYK0.1000.160.81
HSL97.5º8.89%17.65%-
HSV(B)97.5º16.33%19.22%-
XYZ2.542.892.52-
YUV46.59124.84126.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.84%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=32.84%
G=36.57%
B=30.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4449410.1000.160.8197.58.8917.65
Hex2C3129A0105161912
Octal546151120201211411122
Binary101100110001101001101001000010100011100001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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