#203115

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

Shades of Black Forest #203115

Tints of Black Forest #203115

Color information

#203115 (or 0x203115) is unknown color: approx Black Forest. HEX triplet: 20, 31 and 15. RGB value is (32,49,21). Sum of RGB (Red+Green+Blue) = 32+49+21=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #203115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203115 is #DFCEEA. Grayscale: #282828. Windows color (decimal): -14667499 or 1388832. OLE color: 1388832.

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

Color convert

RGB324921-
CMYK0.3500.570.81
HSL96.43º40%13.73%-
HSV(B)96.43º57.14%19.22%-
XYZ1.832.561.11-
YUV40.72116.87121.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.37%
GREEN value IS 49 (19.53% from 255) = 48.04%
BLUE value IS 21 (8.59% from 255) = 20.59%
R=31.37%
G=48.04%
B=20.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3249210.3500.570.8196.434013.73
Hex20311523039516028e
Octal406125430711211405016
Binary100000110001101011000110111001101000111000001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203115; }

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

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

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

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

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

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

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

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