#274414

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

Shades of Black Forest #274414

Tints of Black Forest #274414

Color information

#274414 (or 0x274414) is unknown color: approx Black Forest. HEX triplet: 27, 44 and 14. RGB value is (39,68,20). Sum of RGB (Red+Green+Blue) = 39+68+20=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #274414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274414 is #D8BBEB. Grayscale: #363636. Windows color (decimal): -14203884 or 1328167. OLE color: 1328167.

HSL color Cylindrical-coordinate representation of color #274414: hue angle of 96.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #274414 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB396820-
CMYK0.4300.710.73
HSL96.25º54.55%17.25%-
HSV(B)96.25º70.59%26.67%-
XYZ3.034.621.39-
YUV53.86108.89117.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.71%
GREEN value IS 68 (26.95% from 255) = 53.54%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=30.71%
G=53.54%
B=15.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3968200.4300.710.7396.2554.5517.25
Hex2744142B04749603711
Octal47104245301071111406721
Binary100111100010010100101011010001111001001110000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274414; }

 p { color: rgb(39,68,20); }

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

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

 a { background-color: rgb(39,68,20); }

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

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

 span { border-color: rgb(39,68,20); }

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