#27341E

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

Shades of Black Forest #27341E

Tints of Black Forest #27341E

Color information

#27341E (or 0x27341E) is unknown color: approx Black Forest. HEX triplet: 27, 34 and 1E. RGB value is (39,52,30). Sum of RGB (Red+Green+Blue) = 39+52+30=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #27341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27341E is #D8CBE1. Grayscale: #2D2D2D. Windows color (decimal): -14207970 or 1979431. OLE color: 1979431.

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

Color convert

RGB395230-
CMYK0.2500.420.80
HSL95.45º26.83%16.08%-
HSV(B)95.45º42.31%20.39%-
XYZ2.32.981.68-
YUV45.6119.19123.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=32.23%
G=42.98%
B=24.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3952300.2500.420.8095.4526.8316.08
Hex27341E1902A505f1b10
Octal476436310521201373320
Binary10011111010011110110010101010101000010111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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