#27361B

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

Shades of Black Forest #27361B

Tints of Black Forest #27361B

Color information

#27361B (or 0x27361B) is unknown color: approx Black Forest. HEX triplet: 27, 36 and 1B. RGB value is (39,54,27). Sum of RGB (Red+Green+Blue) = 39+54+27=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 54 - color contains mainly: green. Hex color #27361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27361B is #D8C9E4. Grayscale: #2E2E2E. Windows color (decimal): -14207461 or 1783335. OLE color: 1783335.

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

Color convert

RGB395427-
CMYK0.2800.50.79
HSL93.33º33.33%15.88%-
HSV(B)93.33º50%21.18%-
XYZ2.353.151.52-
YUV46.44117.03122.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.5%
GREEN value IS 54 (21.48% from 255) = 45%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=32.5%
G=45%
B=22.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3954270.2800.50.7993.3333.3315.88
Hex27361B1C0324F5d2110
Octal476633340621171354120
Binary100111110110110111110001100101001111101110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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