#32372D

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

Shades of Black Forest #32372D

Tints of Black Forest #32372D

Color information

#32372D (or 0x32372D) is unknown color: approx Black Forest. HEX triplet: 32, 37 and 2D. RGB value is (50,55,45). Sum of RGB (Red+Green+Blue) = 50+55+45=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 55 - color contains mainly: green. Hex color #32372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32372D is #CDC8D2. Grayscale: #343434. Windows color (decimal): -13486291 or 2963250. OLE color: 2963250.

HSL color Cylindrical-coordinate representation of color #32372D: hue angle of 90º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #32372D is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB505545-
CMYK0.0900.180.78
HSL90º10%19.61%-
HSV(B)90º18.18%21.57%-
XYZ3.163.63.01-
YUV52.36123.84126.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 36.67%
BLUE value IS 45 (17.97% from 255) = 30%
R=33.33%
G=36.67%
B=30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5055450.0900.180.78901019.61
Hex32372D90124E5aa14
Octal626755110221161321224
Binary110010110111101101100101001010011101011010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32372D; }

 p { color: rgb(50,55,45); }

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

<style>
 a { background-color: #32372D; }

 a { background-color: rgb(50,55,45); }

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

<style>
 span { border-color: #32372D; }

 span { border-color: rgb(50,55,45); }

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