#274112

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

Shades of Black Forest #274112

Tints of Black Forest #274112

Color information

#274112 (or 0x274112) is unknown color: approx Black Forest. HEX triplet: 27, 41 and 12. RGB value is (39,65,18). Sum of RGB (Red+Green+Blue) = 39+65+18=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #274112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274112 is #D8BEED. Grayscale: #343434. Windows color (decimal): -14204654 or 1196327. OLE color: 1196327.

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

Color convert

RGB396518-
CMYK0.4000.720.75
HSL93.19º56.63%16.27%-
HSV(B)93.19º72.31%25.49%-
XYZ2.844.261.24-
YUV51.87108.89118.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=31.97%
G=53.28%
B=14.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3965180.4000.720.7593.1956.6316.27
Hex274112280484B5d3910
Octal47101225001101131357120
Binary100111100000110010101000010010001001011101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274112; }

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

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

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

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

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

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

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

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