#2A391D

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

Shades of Black Forest #2A391D

Tints of Black Forest #2A391D

Color information

#2A391D (or 0x2A391D) is unknown color: approx Black Forest. HEX triplet: 2A, 39 and 1D. RGB value is (42,57,29). Sum of RGB (Red+Green+Blue) = 42+57+29=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #2A391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A391D is #D5C6E2. Grayscale: #313131. Windows color (decimal): -14010083 or 1915178. OLE color: 1915178.

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

Color convert

RGB425729-
CMYK0.2600.490.78
HSL92.14º32.56%16.86%-
HSV(B)92.14º49.12%22.35%-
XYZ2.643.511.7-
YUV49.32116.53122.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.81%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=32.81%
G=44.53%
B=22.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4257290.2600.490.7892.1432.5616.86
Hex2A391D1A0314E5c2111
Octal527135320611161344121
Binary101010111001111011101001100011001110101110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,57,29); }

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

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

 a { background-color: rgb(42,57,29); }

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

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

 span { border-color: rgb(42,57,29); }

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