#27311E

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

Shades of Black Forest #27311E

Tints of Black Forest #27311E

Color information

#27311E (or 0x27311E) is unknown color: approx Black Forest. HEX triplet: 27, 31 and 1E. RGB value is (39,49,30). Sum of RGB (Red+Green+Blue) = 39+49+30=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #27311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27311E is #D8CEE1. Grayscale: #2B2B2B. Windows color (decimal): -14208738 or 1978663. OLE color: 1978663.

HSL color Cylindrical-coordinate representation of color #27311E: hue angle of 91.58º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #27311E is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB394930-
CMYK0.2000.390.81
HSL91.58º24.05%15.49%-
HSV(B)91.58º38.78%19.22%-
XYZ2.172.721.64-
YUV43.84120.19124.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=33.05%
G=41.53%
B=25.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949300.2000.390.8191.5824.0515.49
Hex27311E14027515c18f
Octal476136240471211343017
Binary1001111100011111010100010011110100011011100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27311E; }

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

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

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

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

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

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

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

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