#203415

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

Shades of Black Forest #203415

Tints of Black Forest #203415

Color information

#203415 (or 0x203415) is unknown color: approx Black Forest. HEX triplet: 20, 34 and 15. RGB value is (32,52,21). Sum of RGB (Red+Green+Blue) = 32+52+21=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #203415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203415 is #DFCBEA. Grayscale: #2A2A2A. Windows color (decimal): -14666731 or 1389600. OLE color: 1389600.

HSL color Cylindrical-coordinate representation of color #203415: hue angle of 98.71º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203415 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB325221-
CMYK0.3800.600.80
HSL98.71º42.47%14.31%-
HSV(B)98.71º59.62%20.39%-
XYZ1.962.821.15-
YUV42.49115.87120.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.48%
GREEN value IS 52 (20.70% from 255) = 49.52%
BLUE value IS 21 (8.59% from 255) = 20%
R=30.48%
G=49.52%
B=20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3252210.3800.600.8098.7142.4714.31
Hex2034152603C50632ae
Octal406425460741201435216
Binary100000110100101011001100111100101000011000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203415; }

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

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

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

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

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

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

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

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