#2C401E

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

Shades of Black Forest #2C401E

Tints of Black Forest #2C401E

Color information

#2C401E (or 0x2C401E) is unknown color: approx Black Forest. HEX triplet: 2C, 40 and 1E. RGB value is (44,64,30). Sum of RGB (Red+Green+Blue) = 44+64+30=138 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.88% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #2C401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C401E is #D3BFE1. Grayscale: #363636. Windows color (decimal): -13877218 or 1982508. OLE color: 1982508.

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

Color convert

RGB446430-
CMYK0.3100.530.75
HSL95.29º36.17%18.43%-
HSV(B)95.29º53.12%25.1%-
XYZ3.114.31.89-
YUV54.14114.37120.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.88%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=31.88%
G=46.38%
B=21.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4464300.3100.530.7595.2936.1718.43
Hex2C401E1F0354B5f2412
Octal5410036370651131374422
Binary1011001000000111101111101101011001011101111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,64,30); }

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

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

 a { background-color: rgb(44,64,30); }

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

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

 span { border-color: rgb(44,64,30); }

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