#27321E

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

Shades of Black Forest #27321E

Tints of Black Forest #27321E

Color information

#27321E (or 0x27321E) is unknown color: approx Black Forest. HEX triplet: 27, 32 and 1E. RGB value is (39,50,30). Sum of RGB (Red+Green+Blue) = 39+50+30=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #27321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27321E is #D8CDE1. Grayscale: #2C2C2C. Windows color (decimal): -14208482 or 1978919. OLE color: 1978919.

HSL color Cylindrical-coordinate representation of color #27321E: hue angle of 93º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #27321E is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB395030-
CMYK0.2200.400.80
HSL93º25%15.69%-
HSV(B)93º40%19.61%-
XYZ2.212.811.65-
YUV44.43119.86124.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=32.77%
G=42.02%
B=25.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950300.2200.400.80932515.69
Hex27321E16028505d1910
Octal476236260501201353120
Binary10011111001011110101100101000101000010111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27321E; }

 p { color: rgb(39,50,30); }

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

<style>
 a { background-color: #27321E; }

 a { background-color: rgb(39,50,30); }

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

<style>
 span { border-color: #27321E; }

 span { border-color: rgb(39,50,30); }

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