#20390E

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

Shades of Black Forest #20390E

Tints of Black Forest #20390E

Color information

#20390E (or 0x20390E) is unknown color: approx Black Forest. HEX triplet: 20, 39 and 0E. RGB value is (32,57,14). Sum of RGB (Red+Green+Blue) = 32+57+14=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #20390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20390E is #DFC6F1. Grayscale: #2C2C2C. Windows color (decimal): -14665458 or 932128. OLE color: 932128.

HSL color Cylindrical-coordinate representation of color #20390E: hue angle of 94.88º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20390E is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB325714-
CMYK0.4400.750.78
HSL94.88º60.56%13.92%-
HSV(B)94.88º75.44%22.35%-
XYZ2.143.270.93-
YUV44.62110.72119-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.07%
GREEN value IS 57 (22.66% from 255) = 55.34%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=31.07%
G=55.34%
B=13.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3257140.4400.750.7894.8860.5613.92
Hex2039E2C04B4E5f3de
Octal4071165401131161377516
Binary100000111001111010110001001011100111010111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20390E; }

 p { color: rgb(32,57,14); }

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

<style>
 a { background-color: #20390E; }

 a { background-color: rgb(32,57,14); }

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

<style>
 span { border-color: #20390E; }

 span { border-color: rgb(32,57,14); }

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