#2C3226

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

Shades of Black Forest #2C3226

Tints of Black Forest #2C3226

Color information

#2C3226 (or 0x2C3226) is unknown color: approx Black Forest. HEX triplet: 2C, 32 and 26. RGB value is (44,50,38). Sum of RGB (Red+Green+Blue) = 44+50+38=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 50 - color contains mainly: green. Hex color #2C3226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3226 is #D3CDD9. Grayscale: #2E2E2E. Windows color (decimal): -13880794 or 2503212. OLE color: 2503212.

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

Color convert

RGB445038-
CMYK0.1200.240.80
HSL90º13.64%17.25%-
HSV(B)90º24%19.61%-
XYZ2.532.962.27-
YUV46.84123.01125.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=33.33%
G=37.88%
B=28.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4450380.1200.240.809013.6417.25
Hex2C3226C018505ae11
Octal546246140301201321621
Binary101100110010100110110001100010100001011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,50,38); }

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

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

 a { background-color: rgb(44,50,38); }

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

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

 span { border-color: rgb(44,50,38); }

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