#2C441E

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

Shades of Black Forest #2C441E

Tints of Black Forest #2C441E

Color information

#2C441E (or 0x2C441E) is unknown color: approx Black Forest. HEX triplet: 2C, 44 and 1E. RGB value is (44,68,30). Sum of RGB (Red+Green+Blue) = 44+68+30=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #2C441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C441E is #D3BBE1. Grayscale: #383838. Windows color (decimal): -13876194 or 1983532. OLE color: 1983532.

HSL color Cylindrical-coordinate representation of color #2C441E: hue angle of 97.89º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C441E is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB446830-
CMYK0.3500.560.73
HSL97.89º38.78%19.22%-
HSV(B)97.89º55.88%26.67%-
XYZ3.344.761.97-
YUV56.49113.05119.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.99%
GREEN value IS 68 (26.95% from 255) = 47.89%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=30.99%
G=47.89%
B=21.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4468300.3500.560.7397.8938.7819.22
Hex2C441E2303849622713
Octal5410436430701111424723
Binary10110010001001111010001101110001001001110001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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