#1E3211

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

Shades of Black Forest #1E3211

Tints of Black Forest #1E3211

Color information

#1E3211 (or 0x1E3211) is unknown color: approx Black Forest. HEX triplet: 1E, 32 and 11. RGB value is (30,50,17). Sum of RGB (Red+Green+Blue) = 30+50+17=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3211 is #E1CDEE. Grayscale: #282828. Windows color (decimal): -14798319 or 1126942. OLE color: 1126942.

HSL color Cylindrical-coordinate representation of color #1E3211: hue angle of 96.36º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E3211 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB305017-
CMYK0.4000.660.80
HSL96.36º49.25%13.14%-
HSV(B)96.36º66%19.61%-
XYZ1.782.60.94-
YUV40.26114.87120.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.93%
GREEN value IS 50 (19.92% from 255) = 51.55%
BLUE value IS 17 (7.03% from 255) = 17.53%
R=30.93%
G=51.55%
B=17.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3050170.4000.660.8096.3649.2513.14
Hex1E321128042506031d
Octal3662215001021201406115
Binary111101100101000110100001000010101000011000001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E3211; }

 p { color: rgb(30,50,17); }

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

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

 a { background-color: rgb(30,50,17); }

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

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

 span { border-color: rgb(30,50,17); }

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