#274115

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

Shades of Black Forest #274115

Tints of Black Forest #274115

Color information

#274115 (or 0x274115) is unknown color: approx Black Forest. HEX triplet: 27, 41 and 15. RGB value is (39,65,21). Sum of RGB (Red+Green+Blue) = 39+65+21=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #274115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274115 is #D8BEEA. Grayscale: #343434. Windows color (decimal): -14204651 or 1392935. OLE color: 1392935.

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

Color convert

RGB396521-
CMYK0.4000.680.75
HSL95.45º51.16%16.86%-
HSV(B)95.45º67.69%25.49%-
XYZ2.864.271.38-
YUV52.21110.39118.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.2%
GREEN value IS 65 (25.78% from 255) = 52%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=31.2%
G=52%
B=16.8%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3965210.4000.680.7595.4551.1616.86
Hex274115280444B5f3311
Octal47101255001041131376321
Binary100111100000110101101000010001001001011101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274115; }

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

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

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

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

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

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

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

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