#273220

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

Shades of Black Forest #273220

Tints of Black Forest #273220

Color information

#273220 (or 0x273220) is unknown color: approx Black Forest. HEX triplet: 27, 32 and 20. RGB value is (39,50,32). Sum of RGB (Red+Green+Blue) = 39+50+32=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #273220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273220 is #D8CDDF. Grayscale: #2C2C2C. Windows color (decimal): -14208480 or 2109991. OLE color: 2109991.

HSL color Cylindrical-coordinate representation of color #273220: hue angle of 96.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #273220 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB395032-
CMYK0.2200.360.80
HSL96.67º21.95%16.08%-
HSV(B)96.67º36%19.61%-
XYZ2.242.821.79-
YUV44.66120.86123.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=32.23%
G=41.32%
B=26.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950320.2200.360.8096.6721.9516.08
Hex2732201602450611610
Octal476240260441201412620
Binary100111110010100000101100100100101000011000011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273220; }

 p { color: rgb(39,50,32); }

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

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

 a { background-color: rgb(39,50,32); }

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

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

 span { border-color: rgb(39,50,32); }

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