#27381B

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

Shades of Black Forest #27381B

Tints of Black Forest #27381B

Color information

#27381B (or 0x27381B) is unknown color: approx Black Forest. HEX triplet: 27, 38 and 1B. RGB value is (39,56,27). Sum of RGB (Red+Green+Blue) = 39+56+27=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #27381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27381B is #D8C7E4. Grayscale: #2F2F2F. Windows color (decimal): -14206949 or 1783847. OLE color: 1783847.

HSL color Cylindrical-coordinate representation of color #27381B: hue angle of 95.17º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #27381B is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB395627-
CMYK0.3000.520.78
HSL95.17º34.94%16.27%-
HSV(B)95.17º51.79%21.96%-
XYZ2.453.341.55-
YUV47.61116.37121.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 56 (22.27% from 255) = 45.90%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=31.97%
G=45.90%
B=22.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3956270.3000.520.7895.1734.9416.27
Hex27381B1E0344E5f2310
Octal477033360641161374320
Binary100111111000110111111001101001001110101111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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