#27341C

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

Shades of Black Forest #27341C

Tints of Black Forest #27341C

Color information

#27341C (or 0x27341C) is unknown color: approx Black Forest. HEX triplet: 27, 34 and 1C. RGB value is (39,52,28). Sum of RGB (Red+Green+Blue) = 39+52+28=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #27341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27341C is #D8CBE3. Grayscale: #2D2D2D. Windows color (decimal): -14207972 or 1848359. OLE color: 1848359.

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

Color convert

RGB395228-
CMYK0.2500.460.80
HSL92.5º30%15.69%-
HSV(B)92.5º46.15%20.39%-
XYZ2.272.971.55-
YUV45.38118.19123.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=32.77%
G=43.70%
B=23.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3952280.2500.460.8092.53015.69
Hex27341C1902E505c1e10
Octal476434310561201343620
Binary10011111010011100110010101110101000010111001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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