#2C411D

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

Shades of Black Forest #2C411D

Tints of Black Forest #2C411D

Color information

#2C411D (or 0x2C411D) is unknown color: approx Black Forest. HEX triplet: 2C, 41 and 1D. RGB value is (44,65,29). Sum of RGB (Red+Green+Blue) = 44+65+29=138 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.88% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #2C411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C411D is #D3BEE2. Grayscale: #363636. Windows color (decimal): -13876963 or 1917228. OLE color: 1917228.

HSL color Cylindrical-coordinate representation of color #2C411D: hue angle of 95º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C411D is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB446529-
CMYK0.3200.550.75
HSL95º38.3%18.43%-
HSV(B)95º55.38%25.49%-
XYZ3.154.41.85-
YUV54.62113.54120.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.88%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=31.88%
G=47.10%
B=21.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4465290.3200.550.759538.318.43
Hex2C411D200374B5f2612
Octal5410135400671131374622
Binary10110010000011110110000001101111001011101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,65,29); }

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

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

 a { background-color: rgb(44,65,29); }

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

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

 span { border-color: rgb(44,65,29); }

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