#274114

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

Shades of Black Forest #274114

Tints of Black Forest #274114

Color information

#274114 (or 0x274114) is unknown color: approx Black Forest. HEX triplet: 27, 41 and 14. RGB value is (39,65,20). Sum of RGB (Red+Green+Blue) = 39+65+20=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #274114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274114 is #D8BEEB. Grayscale: #343434. Windows color (decimal): -14204652 or 1327399. OLE color: 1327399.

HSL color Cylindrical-coordinate representation of color #274114: hue angle of 94.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #274114 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB396520-
CMYK0.4000.690.75
HSL94.67º52.94%16.67%-
HSV(B)94.67º69.23%25.49%-
XYZ2.854.261.33-
YUV52.1109.89118.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.45%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=31.45%
G=52.42%
B=16.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3965200.4000.690.7594.6752.9416.67
Hex274114280454B5f3511
Octal47101245001051131376521
Binary100111100000110100101000010001011001011101111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274114; }

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

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

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

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

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

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

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

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