#27341D

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

Shades of Black Forest #27341D

Tints of Black Forest #27341D

Color information

#27341D (or 0x27341D) is unknown color: approx Black Forest. HEX triplet: 27, 34 and 1D. RGB value is (39,52,29). Sum of RGB (Red+Green+Blue) = 39+52+29=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #27341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27341D is #D8CBE2. Grayscale: #2D2D2D. Windows color (decimal): -14207971 or 1913895. OLE color: 1913895.

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

Color convert

RGB395229-
CMYK0.2500.440.80
HSL93.91º28.4%15.88%-
HSV(B)93.91º44.23%20.39%-
XYZ2.292.981.62-
YUV45.49118.69123.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.5%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=32.5%
G=43.33%
B=24.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3952290.2500.440.8093.9128.415.88
Hex27341D1902C505e1c10
Octal476435310541201363420
Binary10011111010011101110010101100101000010111101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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