#20390F

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

Shades of Black Forest #20390F

Tints of Black Forest #20390F

Color information

#20390F (or 0x20390F) is unknown color: approx Black Forest. HEX triplet: 20, 39 and 0F. RGB value is (32,57,15). Sum of RGB (Red+Green+Blue) = 32+57+15=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #20390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20390F is #DFC6F0. Grayscale: #2C2C2C. Windows color (decimal): -14665457 or 997664. OLE color: 997664.

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

Color convert

RGB325715-
CMYK0.4400.740.78
HSL95.71º58.33%14.12%-
HSV(B)95.71º73.68%22.35%-
XYZ2.153.270.97-
YUV44.74111.22118.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.77%
GREEN value IS 57 (22.66% from 255) = 54.81%
BLUE value IS 15 (6.25% from 255) = 14.42%
R=30.77%
G=54.81%
B=14.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3257150.4400.740.7895.7158.3314.12
Hex2039F2C04A4E603ae
Octal4071175401121161407216
Binary100000111001111110110001001010100111011000001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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