#273120

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

Shades of Black Forest #273120

Tints of Black Forest #273120

Color information

#273120 (or 0x273120) is unknown color: approx Black Forest. HEX triplet: 27, 31 and 20. RGB value is (39,49,32). Sum of RGB (Red+Green+Blue) = 39+49+32=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #273120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273120 is #D8CEDF. Grayscale: #2C2C2C. Windows color (decimal): -14208736 or 2109735. OLE color: 2109735.

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

Color convert

RGB394932-
CMYK0.2000.350.81
HSL95.29º20.99%15.88%-
HSV(B)95.29º34.69%19.22%-
XYZ2.22.731.78-
YUV44.07121.19124.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.5%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=32.5%
G=40.83%
B=26.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949320.2000.350.8195.2920.9915.88
Hex27312014023515f1510
Octal476140240431211372520
Binary100111110001100000101000100011101000110111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273120; }

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

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

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

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

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

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

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

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