#2C391F

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

Shades of Black Forest #2C391F

Tints of Black Forest #2C391F

Color information

#2C391F (or 0x2C391F) is unknown color: approx Black Forest. HEX triplet: 2C, 39 and 1F. RGB value is (44,57,31). Sum of RGB (Red+Green+Blue) = 44+57+31=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #2C391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C391F is #D3C6E0. Grayscale: #323232. Windows color (decimal): -13879009 or 2046252. OLE color: 2046252.

HSL color Cylindrical-coordinate representation of color #2C391F: hue angle of 90º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C391F is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB445731-
CMYK0.2300.460.78
HSL90º29.55%17.25%-
HSV(B)90º45.61%22.35%-
XYZ2.753.561.84-
YUV50.15117.19123.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=33.33%
G=43.18%
B=23.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4457310.2300.460.789029.5517.25
Hex2C391F1702E4E5a1e11
Octal547137270561161323621
Binary10110011100111111101110101110100111010110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,57,31); }

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

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

 a { background-color: rgb(44,57,31); }

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

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

 span { border-color: rgb(44,57,31); }

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