#27361D

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

Shades of Black Forest #27361D

Tints of Black Forest #27361D

Color information

#27361D (or 0x27361D) is unknown color: approx Black Forest. HEX triplet: 27, 36 and 1D. RGB value is (39,54,29). Sum of RGB (Red+Green+Blue) = 39+54+29=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 54 - color contains mainly: green. Hex color #27361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27361D is #D8C9E2. Grayscale: #2E2E2E. Windows color (decimal): -14207459 or 1914407. OLE color: 1914407.

HSL color Cylindrical-coordinate representation of color #27361D: hue angle of 96º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #27361D is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB395429-
CMYK0.2800.460.79
HSL96º30.12%16.27%-
HSV(B)96º46.3%21.18%-
XYZ2.383.161.65-
YUV46.66118.03122.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 54 (21.48% from 255) = 44.26%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=31.97%
G=44.26%
B=23.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3954290.2800.460.799630.1216.27
Hex27361D1C02E4F601e10
Octal476635340561171403620
Binary10011111011011101111000101110100111111000001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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