#273920

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

Shades of Black Forest #273920

Tints of Black Forest #273920

Color information

#273920 (or 0x273920) is unknown color: approx Black Forest. HEX triplet: 27, 39 and 20. RGB value is (39,57,32). Sum of RGB (Red+Green+Blue) = 39+57+32=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #273920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273920 is #D8C6DF. Grayscale: #303030. Windows color (decimal): -14206688 or 2111783. OLE color: 2111783.

HSL color Cylindrical-coordinate representation of color #273920: hue angle of 103.2º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #273920 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB395732-
CMYK0.3200.440.78
HSL103.2º28.09%17.45%-
HSV(B)103.2º43.86%22.35%-
XYZ2.563.461.9-
YUV48.77118.54121.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.47%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 32 (12.89% from 255) = 25%
R=30.47%
G=44.53%
B=25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3957320.3200.440.78103.228.0917.45
Hex2739202002C4E671c11
Octal477140400541161473421
Binary1001111110011000001000000101100100111011001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273920; }

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

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

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

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

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

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

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

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