#2C411B

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

Shades of Black Forest #2C411B

Tints of Black Forest #2C411B

Color information

#2C411B (or 0x2C411B) is unknown color: approx Black Forest. HEX triplet: 2C, 41 and 1B. RGB value is (44,65,27). Sum of RGB (Red+Green+Blue) = 44+65+27=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #2C411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C411B is #D3BEE4. Grayscale: #363636. Windows color (decimal): -13876965 or 1786156. OLE color: 1786156.

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

Color convert

RGB446527-
CMYK0.3200.580.75
HSL93.16º41.3%18.04%-
HSV(B)93.16º58.46%25.49%-
XYZ3.134.41.72-
YUV54.39112.54120.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.35%
GREEN value IS 65 (25.78% from 255) = 47.79%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=32.35%
G=47.79%
B=19.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4465270.3200.580.7593.1641.318.04
Hex2C411B2003A4B5d2912
Octal5410133400721131355122
Binary10110010000011101110000001110101001011101110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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