#2A3721

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

Shades of Black Forest #2A3721

Tints of Black Forest #2A3721

Color information

#2A3721 (or 0x2A3721) is unknown color: approx Black Forest. HEX triplet: 2A, 37 and 21. RGB value is (42,55,33). Sum of RGB (Red+Green+Blue) = 42+55+33=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #2A3721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3721 is #D5C8DE. Grayscale: #303030. Windows color (decimal): -14010591 or 2176810. OLE color: 2176810.

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

Color convert

RGB425533-
CMYK0.2400.40.78
HSL95.45º25%17.25%-
HSV(B)95.45º40%21.57%-
XYZ2.63.331.95-
YUV48.6119.19123.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.31%
GREEN value IS 55 (21.88% from 255) = 42.31%
BLUE value IS 33 (13.28% from 255) = 25.38%
R=32.31%
G=42.31%
B=25.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4255330.2400.40.7895.452517.25
Hex2A3721180284E5f1911
Octal526741300501161373121
Binary101010110111100001110000101000100111010111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,55,33); }

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

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

 a { background-color: rgb(42,55,33); }

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

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

 span { border-color: rgb(42,55,33); }

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