#203515

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

Shades of Black Forest #203515

Tints of Black Forest #203515

Color information

#203515 (or 0x203515) is unknown color: approx Black Forest. HEX triplet: 20, 35 and 15. RGB value is (32,53,21). Sum of RGB (Red+Green+Blue) = 32+53+21=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 53 (21.09% from 255 or 50% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 53 - color contains mainly: green. Hex color #203515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203515 is #DFCAEA. Grayscale: #2B2B2B. Windows color (decimal): -14666475 or 1389856. OLE color: 1389856.

HSL color Cylindrical-coordinate representation of color #203515: hue angle of 99.38º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203515 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB325321-
CMYK0.4000.600.79
HSL99.38º43.24%14.51%-
HSV(B)99.38º60.38%20.78%-
XYZ22.911.17-
YUV43.07115.54120.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.19%
GREEN value IS 53 (21.09% from 255) = 50%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=30.19%
G=50%
B=19.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3253210.4000.600.7999.3843.2414.51
Hex2035152803C4F632bf
Octal406525500741171435317
Binary100000110101101011010000111100100111111000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203515; }

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

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

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

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

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

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

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

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