#284114

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

Shades of Black Forest #284114

Tints of Black Forest #284114

Color information

#284114 (or 0x284114) is unknown color: approx Black Forest. HEX triplet: 28, 41 and 14. RGB value is (40,65,20). Sum of RGB (Red+Green+Blue) = 40+65+20=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #284114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284114 is #D7BEEB. Grayscale: #343434. Windows color (decimal): -14139116 or 1327400. OLE color: 1327400.

HSL color Cylindrical-coordinate representation of color #284114: hue angle of 93.33º 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 #284114 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB406520-
CMYK0.3800.690.75
HSL93.33º52.94%16.67%-
HSV(B)93.33º69.23%25.49%-
XYZ2.894.281.34-
YUV52.4109.72119.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32%
GREEN value IS 65 (25.78% from 255) = 52%
BLUE value IS 20 (8.20% from 255) = 16%
R=32%
G=52%
B=16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4065200.3800.690.7593.3352.9416.67
Hex284114260454B5d3511
Octal50101244601051131356521
Binary101000100000110100100110010001011001011101110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284114; }

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

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

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

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

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

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

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

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