#203119

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

Shades of Black Forest #203119

Tints of Black Forest #203119

Color information

#203119 (or 0x203119) is unknown color: approx Black Forest. HEX triplet: 20, 31 and 19. RGB value is (32,49,25). Sum of RGB (Red+Green+Blue) = 32+49+25=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #203119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203119 is #DFCEE6. Grayscale: #292929. Windows color (decimal): -14667495 or 1650976. OLE color: 1650976.

HSL color Cylindrical-coordinate representation of color #203119: hue angle of 102.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #203119 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB324925-
CMYK0.3500.490.81
HSL102.5º32.43%14.51%-
HSV(B)102.5º48.98%19.22%-
XYZ1.872.571.32-
YUV41.18118.87121.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.19%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=30.19%
G=46.23%
B=23.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3249250.3500.490.81102.532.4314.51
Hex20311923031516620f
Octal406131430611211464017
Binary100000110001110011000110110001101000111001101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203119; }

 p { color: rgb(32,49,25); }

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

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

 a { background-color: rgb(32,49,25); }

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

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

 span { border-color: rgb(32,49,25); }

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